Restructured code into src/<module>
[tpg/opendispense2.git] / src / server / logging.c
diff --git a/src/server/logging.c b/src/server/logging.c
new file mode 100644 (file)
index 0000000..51cc8d2
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ * OpenDispense2
+ *
+ * logging.c - Debug/Logging Routines
+ */
+#include <stdlib.h>
+#include <stdio.h>
+#include "common.h"
+
+// === CODE ==
+void Log_Error(const char *Format, ...)
+{
+       
+}
+
+void Log_Info(const char *Format, ...)
+{
+}
+

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