This commit is contained in:
2021-02-09 18:32:58 +01:00
parent 47f00b19f4
commit f8bec4b40f
7 changed files with 147 additions and 147 deletions

8
sink/logging.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef _LOGGING_H_
#define _LOGGING_H_
#include <syslog.h>
void logmsg(int prio, const char* format, ...);
#endif // _LOGGING_H_