summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-07-24 15:09:33 +0000
committerRoy Marples <roy@marples.name>2008-07-24 15:09:33 +0000
commit318fbafe9e81b35ec47014418c05360448046e0b (patch)
tree5398a6401c8c4300584a15265adaed7669a22208 /common.h
parent5fa0b31f1008b99c38637cbcccf8233b76e78b9b (diff)
downloaddhcpcd-318fbafe9e81b35ec47014418c05360448046e0b.tar.xz
Normalise tv_usecs. Also, send the fd ready back to the main loop so we don't have to re-poll each fd. Saves bytes and is more efficient.
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.h b/common.h
index 6836040a..755ae6af 100644
--- a/common.h
+++ b/common.h
@@ -74,7 +74,6 @@ int closefrom(int);
int close_fds(void);
int set_cloexec(int);
int set_nonblock(int);
-int fd_hasdata(int);
ssize_t get_line(char **, size_t *, FILE *);
int clock_monotonic(struct timeval *);
time_t uptime(void);