Things seem to work...
[matches/swarm.git] / src / log.h
index 24e5947..75e2780 100644 (file)
--- a/src/log.h
+++ b/src/log.h
@@ -7,6 +7,8 @@
 
 #include <stdarg.h>
 
+enum {LOGERR=0, LOGWARN=1, LOGNOTE=2, LOGINFO=3,LOGDEBUG=4};
+
 extern void log_print(int level, char * funct, char * fmt,...);
 extern void error(char * funct, char * fmt, ...);
 

UCC git Repository :: git.ucc.asn.au