24e5947b8144cbc15418a8206c1c0d9499d06493
[matches/swarm.git] / src / log.h
1 #ifndef _LOG_H
2 #define _LOG_H
3
4 #include <stdlib.h>
5 #include <stdio.h>
6 #include <stdbool.h>
7
8 #include <stdarg.h>
9
10 extern void log_print(int level, char * funct, char * fmt,...);
11 extern void error(char * funct, char * fmt, ...);
12
13 #endif //_LOG_H
14
15 //EOF

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