X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=daemon.h;h=989678df40e6b29a44ae8fb5491db05841d25bca;hp=c715360583d350275641042b574708fd0cd2ec04;hb=7eaf2faf618705c97c77750371e177108aaa5897;hpb=904e302f0b64887f18c9e2fec7b0bb405675ad22 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);