summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-01-27 18:09:02 +0000
committerRoy Marples <roy@marples.name>2009-01-27 18:09:02 +0000
commitfa344ba2b1dcf002f348b7fa69ef422585b4b438 (patch)
tree0a20b9e8aeec52fcec0f5c30a669cb8b444b35ec /dhcpcd.h
parent16687a3be1f8c1e6d55cdd691e947e5760eef30c (diff)
downloaddhcpcd-fa344ba2b1dcf002f348b7fa69ef422585b4b438.tar.xz
Add route removal detection to Linux.
This involved a rejig of the socket code so we can detect if we removed the route or not.
Diffstat (limited to 'dhcpcd.h')
-rw-r--r--dhcpcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index 085550e8..7c33b22c 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -116,6 +116,7 @@ extern int ifdc;
extern char **ifdv;
extern struct interface *ifaces;
+struct interface *find_interface(const char *);
int handle_args(struct fd_list *, int, char **);
void handle_exit_timeout(void *);
void start_interface(void *);