]> Pileus Git - lackey/blobdiff - src/util.h
Add error command and update debug messages
[lackey] / src / util.h
index 6a619d5ba974c3a3ef3838919ad77cd7cb13c084..a424b7bd73e531dcd2e6a7fce0b197ede10cf3d9 100644 (file)
@@ -29,8 +29,5 @@ void util_init(void);
 void strsub(char *str, char find, char repl);
 
 /* Debug functions */
-#ifdef DEBUG
-int debug(char *fmt, ...);
-#else
-#define debug(...)
-#endif
+void debug(char *fmt, ...);
+void error(char *fmt, ...);