tinywebd

view libtinyweb/src/logger.h @ 11:b13fda5c01bc

comments in tinyweb.h and README file
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 18 Apr 2015 23:55:34 +0300
parents 5ec50ca0d071
children 86f703031228
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_ */