]> Shamusworld >> Repos - rmac/blobdiff - error.h
Version bump for last patch; now at v1.13.4.
[rmac] / error.h
diff --git a/error.h b/error.h
index 0e90b25dc2f81d7af11a300a4a89530d76366293..f4337286ad9789da5cb6eebdc2eec9eadb9dc2cd 100644 (file)
--- a/error.h
+++ b/error.h
@@ -1,7 +1,7 @@
 //
 // RMAC - Reboot's Macro Assembler for all Atari computers
 // ERROR.H - Error Handling
-// Copyright (C) 199x Landon Dyer, 2011-2017 Reboot and Friends
+// Copyright (C) 199x Landon Dyer, 2011-2018 Reboot and Friends
 // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986
 // Source utilised with the kind permission of Landon Dyer
 //
@@ -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);