summaryrefslogtreecommitdiffstats
path: root/server/log.h
blob: e9084b06a474fcbfcef8d9bf7ade82bccf317e6e (plain)
1
2
3
4
5
6
7
8
9
#ifndef LOG_H
#	define LOG_H

void log_open();
void log_err(const char *fmt, ...);
void log_warn(const char *fmt, ...);
void log_info(const char *fmt, ...);

#endif /* LOG_H */