summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-07-24 14:30:36 +0000
committerRoy Marples <roy@marples.name>2008-07-24 14:30:36 +0000
commit5fa0b31f1008b99c38637cbcccf8233b76e78b9b (patch)
tree7053b82a5ab5875fa8a11d576fafee3ce24e0ea1 /common.h
parentb8b4be9a39e91342c91e493ce2e08c00d0177aa8 (diff)
downloaddhcpcd-5fa0b31f1008b99c38637cbcccf8233b76e78b9b.tar.xz
get_time -> clock_monotonic to be more descriptive.
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 dcbbf649..6836040a 100644
--- a/common.h
+++ b/common.h
@@ -76,7 +76,7 @@ int set_cloexec(int);
int set_nonblock(int);
int fd_hasdata(int);
ssize_t get_line(char **, size_t *, FILE *);
-int get_time(struct timeval *);
+int clock_monotonic(struct timeval *);
time_t uptime(void);
int writepid(int, pid_t);
void *xrealloc(void *, size_t);