]> Shamusworld >> Repos - rmac/blobdiff - error.h
Long forgotten helper script which is used to create tables for VS builds
[rmac] / error.h
diff --git a/error.h b/error.h
index be072d56cf3d3b604d7fdd110245197e51b07c5d..5dec21e061acac989ea5bd025d419f6a5e576def 100644 (file)
--- 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__