Revert the uptime() removal. Let the list sort it out...

This commit is contained in:
Rob Landley
2005-05-04 02:15:23 +00:00
parent 8b80c71d70
commit 918f2ab3d7
4 changed files with 14 additions and 5 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);