tinywebd

view src/logger.h @ 7:5ec50ca0d071

separated the server code
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 17 Apr 2015 11:45:08 +0300
parents
children
line source
1 #ifndef LOGGER_H_
2 #define LOGGER_H_
4 int set_log_file(const char *fname);
6 void logmsg(const char *fname, ...);
8 #endif /* LOGGER_H_ */