X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=daemon.h;h=ebf32f82f22933d69aefd4204917a9b3352b2edb;hb=7fbd028fc23846f9f410e3876f5ed92d2d9d5d28;hp=4f071361d1675cb2e3416a33b16940874834f223;hpb=11018ebcc1cb1c002fc3488d247a43774ca408d7;p=paraslash.git diff --git a/daemon.h b/daemon.h index 4f071361..ebf32f82 100644 --- a/daemon.h +++ b/daemon.h @@ -1,7 +1,7 @@ /** \file daemon.h exported symbols from daemon.c */ -void daemon_init(void); +void daemonize(void); FILE *open_log(const char *logfile_name); void close_log(FILE* logfile); void log_welcome(const char *whoami, int loglevel);