err.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 VOID err PROTO((int, const char *, ...));
  4. extern VOID errx PROTO((int, const char *, ...));
  5. extern VOID warn PROTO((const char *, ...));
  6. #endif /* NOFORWARDS */