audiod: Use lsu_merge_config_file_options().
[paraslash.git] / daemon.h
index c715360583d350275641042b574708fd0cd2ec04..989678df40e6b29a44ae8fb5491db05841d25bca 100644 (file)
--- a/daemon.h
+++ b/daemon.h
@@ -1,7 +1,7 @@
 /** \file daemon.h exported symbols from daemon.c */
 
 
-void daemonize(bool parent_waits);
+int daemonize(bool parent_waits);
 void daemon_open_log_or_die(void);
 void daemon_close_log(void);
 void daemon_log_welcome(const char *whoami);