Restructured code into src/<module>
[tpg/opendispense2.git] / src / server / logging.c
1 /*
2  * OpenDispense2
3  *
4  * logging.c - Debug/Logging Routines
5  */
6 #include <stdlib.h>
7 #include <stdio.h>
8 #include "common.h"
9
10 // === CODE ==
11 void Log_Error(const char *Format, ...)
12 {
13         
14 }
15
16 void Log_Info(const char *Format, ...)
17 {
18 }
19

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