fix timewarp in client (server fix later)

This commit is contained in:
Russ Dill
2004-05-19 08:29:05 +00:00
parent 91e006c1ad
commit 309c7b71e6
4 changed files with 16 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ enum syslog_levels {
#include <syslog.h>
#endif
long uptime(void);
void background(const char *pidfile);
void start_log_and_pid(const char *client_server, const char *pidfile);
void background(const char *pidfile);