summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-16 13:16:11 +0000
committerRoy Marples <roy@marples.name>2008-01-16 13:16:11 +0000
commit398ac8be8acb725f655ab0ed6e9f916bb6e83e5a (patch)
tree004616e744e0e08249704ac88013673d457d6de2 /common.h
parent4417db8791d49380f2619686426b32d6677de65e (diff)
downloaddhcpcd-398ac8be8acb725f655ab0ed6e9f916bb6e83e5a.tar.xz
uptime should return time_t
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index ff97e035..3dbae4b8 100644
--- a/common.h
+++ b/common.h
@@ -51,7 +51,7 @@ void srandomdev (void);
void close_fds (void);
char *getline (FILE *fp);
int get_time (struct timeval *tp);
-long uptime (void);
+time_t uptime (void);
void writepid (int fd, pid_t pid);
void *xrealloc (void *ptr, size_t size);
void *xmalloc (size_t size);