extra.h
上传用户:lampled
上传日期:2007-01-07
资源大小:94k
文件大小:0k
源码类别:

Web服务器

开发平台:

Unix_Linux

  1. /* Copyright (C) 1995, 1996 by Sven Berkvens (sven@stack.nl) */
  2. #ifndef NOFORWARDS
  3. extern char *strcasestr PROTO((const char *, const char *));
  4. extern int mysleep PROTO((int));
  5. #ifndef HAVE_KILLPG
  6. extern int killpg PROTO((pid_t, int));
  7. #endif /* HAVE_KILLPG */
  8. extern int match PROTO((const char *, const char *));
  9. extern int match_list PROTO((char *, const char *));
  10. #ifndef HAVE_STRERROR
  11. extern const char *strerror PROTO((int));
  12. #endif /* HAVE_STRERROR */
  13. #endif /* NOFORWARDS */