This commit is contained in:
2021-02-11 11:28:43 +01:00
parent 9e9af0baf3
commit b3cf1ca33a
4 changed files with 59 additions and 9 deletions

View File

@ -4,5 +4,5 @@
#include <syslog.h>
void logmsg(int prio, const char* format, ...);
void setfacility(const char *facility_p);
#endif // _LOGGING_H_