]> Shamusworld >> Repos - rmac/blobdiff - error.h
Added new .cstruct construct. Thanks to GroovyBee for the suggestion!
[rmac] / error.h
diff --git a/error.h b/error.h
index 2e6728419a9f36b3663bd6604db32452ed372034..f0e9ed6e714a174dc9d7e8799f4baf44b4dd11d5 100644 (file)
--- a/error.h
+++ b/error.h
 
 // Globals, externals etc
 extern int errcnt;
-extern char *err_fname;
+extern char * err_fname;
 
 // Prototypes
-int error(char *);
+int error(const char *);
 int errors(char *, char *);
 int fatal(char *);
 int warn(char *);