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