Changed directory structure, updated READMEs
[matches/MCTX3420.git] / testing / web2io / log.h
diff --git a/testing/web2io/log.h b/testing/web2io/log.h
deleted file mode 100644 (file)
index 75e2780..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _LOG_H
-#define _LOG_H
-
-#include <stdlib.h>
-#include <stdio.h>
-#include <stdbool.h>
-
-#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, ...);
-
-#endif //_LOG_H
-
-//EOF

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