From 918f2ab3d794172fcc089be3c3f4b0fe71537652 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 4 May 2005 02:15:23 +0000 Subject: Revert the uptime() removal. Let the list sort it out... --- networking/udhcp/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'networking/udhcp/common.h') diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index cdc51cf8a..ca19a2497 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h @@ -39,6 +39,7 @@ enum syslog_levels { #include #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); -- cgit v1.2.3