chiark / gitweb /
better clean
[userv.git] / daemon.h
index a8f53445787e82173dbe90d33986bd8581df3e7e..235271eca43675cf62454a506e8c3d4813471673 100644 (file)
--- a/daemon.h
+++ b/daemon.h
 #define ERRMSG_RESERVE_ERRNO 128
 
 int parse_string(const char *string, const char *descrip, int isinternal);
-void parseerrprint(const char *fmt, ...) PRINTFFORMAT(1,2);
+int parseerrprint(const char *fmt, ...) PRINTFFORMAT(1,2);
 void ensurelogopen(int wantfacility);
 void ensurefdarray(int fd);
 const char *printtoken(int token);