jim 96/11/28 06:45:37
Modified: src conf.h
Log:
Cleanup for -Wall
Revision Changes Path
1.47 +7 -0 apache/src/conf.h
Index: conf.h
===================================================================
RCS file: /export/home/cvs/apache/src/conf.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -C3 -r1.46 -r1.47
*** conf.h 1996/11/24 19:22:54 1.46
--- conf.h 1996/11/28 14:45:35 1.47
***************
*** 238,243 ****
--- 238,250 ----
/* These are to let -Wall compile more cleanly */
extern int strcasecmp(const char *, const char *);
extern int strncasecmp(const char *,const char *,unsigned);
+ extern int set42sig(), getopt(), getpeername(), bzero();
+ extern int listen(), bind(), socket(), getsockname();
+ extern int accept(), gethostname(), connect(), lstat();
+ extern int select(), killpg(), shutdown();
+ extern int initgroups(), setsockopt();
+ extern char *crypt();
+ extern char *getwd();
#undef HAVE_GMTOFF
#undef NO_KILLPG
#undef NO_SETSID