X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=error.h;h=5dec21e061acac989ea5bd025d419f6a5e576def;hp=be072d56cf3d3b604d7fdd110245197e51b07c5d;hb=c59f7a33730dacf753e066a4002e2f749051a137;hpb=bdbf34766f4d074a5933eb1326fe4ce03d249e10 diff --git a/error.h b/error.h index be072d5..5dec21e 100644 --- a/error.h +++ b/error.h @@ -22,9 +22,9 @@ int error(const char *, ...); int warn(const char *, ...); int fatal(const char *); int interror(int); -void cantcreat(const char *); +void CantCreateFile(const char *); void err_setup(void); -int at_eol(void); +int ErrorIfNotAtEOL(void); #endif // __ERROR_H__