]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - daemon.h
Simplify set_server_start_time().
[paraslash.git] / daemon.h
index fd435577e6258aa24fe2fe1edc9bde2ce50c7d5f..025b6a5e9ef7b52225af1205bedc0a2b4f4c0400 100644 (file)
--- a/daemon.h
+++ b/daemon.h
@@ -6,8 +6,7 @@ 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);
-/** used for server_uptime() */
-void set_server_start_time(const struct timeval *startuptime);
+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_set_logfile(char *logfile_name);