]> git.tuebingen.mpg.de Git - dss.git/blobdiff - daemon.h
Fix --config-file for relative paths.
[dss.git] / daemon.h
index aead8e8c12665d22a42ce49f29075e02d22f6be1..6fab6abc8c3bf8b5a5b3349dca6a572c1d3c816d 100644 (file)
--- a/daemon.h
+++ b/daemon.h
@@ -1,7 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 
 /** \file daemon.h exported symbols from daemon.c */
 
-void daemon_init(void);
+int daemon_init(void);
 FILE *open_log(const char *logfile_name);
 void close_log(FILE* logfile);
 void log_welcome(int loglevel);