Merge branch 'master' of git.dolda2000.com:/srv/git/r/ashd
[ashd.git] / lib / log.h
1 #ifndef _LOG_H
2 #define _LOG_H
3
4 #include <syslog.h>
5
6 void flog(int level, char *format, ...);
7 void opensyslog(void);
8
9 #endif