X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=daemon.h;h=989678df40e6b29a44ae8fb5491db05841d25bca;hp=c715360583d350275641042b574708fd0cd2ec04;hb=e0545fd978a9583f9583b9bb35e5c25cb78c78f4;hpb=f80453b693e6d3ce5450755310faf5e5d6e5c143 diff --git a/daemon.h b/daemon.h index c7153605..989678df 100644 --- 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);