extra.h
资源名称:httpd.tar.gz [点击查看]
上传用户:lampled
上传日期:2007-01-07
资源大小:94k
文件大小:0k
源码类别:
Web服务器
开发平台:
Unix_Linux
- /* Copyright (C) 1995, 1996 by Sven Berkvens (sven@stack.nl) */
- #ifndef NOFORWARDS
- extern char *strcasestr PROTO((const char *, const char *));
- extern int mysleep PROTO((int));
- #ifndef HAVE_KILLPG
- extern int killpg PROTO((pid_t, int));
- #endif /* HAVE_KILLPG */
- extern int match PROTO((const char *, const char *));
- extern int match_list PROTO((char *, const char *));
- #ifndef HAVE_STRERROR
- extern const char *strerror PROTO((int));
- #endif /* HAVE_STRERROR */
- #endif /* NOFORWARDS */