X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=error.h;fp=error.h;h=a81ede7eb92c175f097d5a12da2803229b823e8a;hp=0e90b25dc2f81d7af11a300a4a89530d76366293;hb=96a5cd69571096f11a3a2a40f6133374f0adc9bb;hpb=03dd34951a331e0b8971195ccef1600fffaea2e6 diff --git a/error.h b/error.h index 0e90b25..a81ede7 100644 --- a/error.h +++ b/error.h @@ -18,12 +18,9 @@ extern int errcnt; extern char * err_fname; // Exported functions -int error(const char *); -int errors(const char *, char *); +int error(const char *, ...); +int warn(const char *, ...); int fatal(const char *); -int warn(const char *); -int warns(const char *, char *); -int warni(const char *, unsigned); int interror(int); void cantcreat(const char *); void err_setup(void);