summaryrefslogtreecommitdiffstats
path: root/configure.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 /configure.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 'configure.h')
-rw-r--r--configure.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.h b/configure.h
index 5d0124de..d103b6e5 100644
--- a/configure.h
+++ b/configure.h
@@ -33,8 +33,5 @@
int send_interface(int, const struct interface *);
int run_script(const struct interface *);
int configure(struct interface *);
-int route_deleted(const struct in_addr *,
- const struct in_addr *,
- const struct in_addr *);
-
+int route_deleted(const struct rt *);
#endif