fix compiler warning: external declaration in primary source file

This commit is contained in:
Yang Tse
2008-09-18 16:21:09 +00:00
parent a8323cc3f5
commit a6c915aab9
7 changed files with 24 additions and 20 deletions

View File

@@ -184,10 +184,6 @@ static void flush_cookies(struct SessionHandle *data, int cleanup);
#ifndef WIN32
/* not for WIN32 builds */
#ifdef HAVE_SIGSETJMP
extern sigjmp_buf curl_jmpenv;
#endif
#ifdef SIGALRM
static
RETSIGTYPE alarmfunc(int sig)