tinywebd

view src/logger.h @ 8:121b991ccc1d

fixed the SIGPIPE bug
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 17 Apr 2015 12:02:59 +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_ */