2 * error/warning report function prototypes
4 * $Header: error.h 1.2 92/12/07 $
6 * Revision 1.2 92/12/07 17:25:36 duplain
7 * Changed include files from "xxxarg.h" to <xxxarg.h> .
9 * Revision 1.1 92/09/29 18:02:34 duplain
19 void msg(char *fmt
, ...);
20 void debug(char *fmt
, ...);
21 void error(char *fmt
, ...);
22 void warning(char *fmt
, ...);
24 #endif /* __ERROR_H */