added NetWare-own file to provide some init functions (for now only CLIB);

added call to netware_init() in curl_global_init() to make sure it gets called before any library functions get used.
This commit is contained in:
Gunter Knauf
2007-07-11 21:34:22 +00:00
parent 5e1cd407a3
commit a4f36558fc
3 changed files with 91 additions and 0 deletions

View File

@@ -315,6 +315,7 @@ int fileno( FILE *stream);
#endif
#ifdef NETWARE
int netware_init(void);
#ifndef __NOVELL_LIBC__
#include <sys/bsdskt.h>
#include <sys/timeval.h>