diff dbutil.h @ 1211:6ecc133fb2ee

Allow setting syslog identifier via startsyslog().
author Konstantin Tokarev <ktokarev@smartlabs.tv>
date Tue, 01 Dec 2015 21:54:03 +0300
parents be862d101766
children 9169e4e7cbee
line wrap: on
line diff
--- a/dbutil.h	Tue Dec 01 21:52:38 2015 +0300
+++ b/dbutil.h	Tue Dec 01 21:54:03 2015 +0300
@@ -31,7 +31,7 @@
 #include "queue.h"
 
 #ifndef DISABLE_SYSLOG
-void startsyslog();
+void startsyslog(const char *ident);
 #endif
 
 #ifdef __GNUC__