X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=daemon.h;h=df9de6a316f5d56dedaece3d37a8847c5902e6ff;hp=025b6a5e9ef7b52225af1205bedc0a2b4f4c0400;hb=823a4ff87a03ff9e1d2bfe8bc501f55ee4213649;hpb=2225ff7444175650a0613c8d2f19aebbd2007061 diff --git a/daemon.h b/daemon.h index 025b6a5e..df9de6a3 100644 --- a/daemon.h +++ b/daemon.h @@ -4,11 +4,11 @@ void daemonize(bool parent_waits); void daemon_open_log_or_die(void); void daemon_close_log(void); -void log_welcome(const char *whoami); -void drop_privileges_or_die(const char *username, const char *groupname); -void set_server_start_time(void); -time_t get_server_uptime(const struct timeval *current_time); -__malloc char *get_server_uptime_str(const struct timeval *current_time); +void daemon_log_welcome(const char *whoami); +void daemon_drop_privileges_or_die(const char *username, const char *groupname); +void daemon_set_start_time(void); +time_t daemon_get_uptime(const struct timeval *current_time); +__malloc char *daemon_get_uptime_str(const struct timeval *current_time); void daemon_set_logfile(char *logfile_name); void daemon_set_flag(unsigned flag); void daemon_clear_flag(unsigned flag);