tinywebd

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/logger.h	Fri Apr 17 11:45:08 2015 +0300
     1.3 @@ -0,0 +1,8 @@
     1.4 +#ifndef LOGGER_H_
     1.5 +#define LOGGER_H_
     1.6 +
     1.7 +int set_log_file(const char *fname);
     1.8 +
     1.9 +void logmsg(const char *fname, ...);
    1.10 +
    1.11 +#endif	/* LOGGER_H_ */