diff options
| author | Roy Marples <roy@marples.name> | 2009-01-26 22:32:42 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-01-26 22:32:42 +0000 |
| commit | 16687a3be1f8c1e6d55cdd691e947e5760eef30c (patch) | |
| tree | 81ecc57612e06ddcc51dd29a6473ec5aea736f44 /configure.h | |
| parent | 495c0a77ac4caba2360004b64a1f563d682ac7ee (diff) | |
| download | dhcpcd-16687a3be1f8c1e6d55cdd691e947e5760eef30c.tar.xz | |
We need to ensure that manual route deletions are deleted from our internal routing table also. Partial fix for #159.
Diffstat (limited to 'configure.h')
| -rw-r--r-- | configure.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.h b/configure.h index 5ee4ab8a..5d0124de 100644 --- a/configure.h +++ b/configure.h @@ -33,5 +33,8 @@ 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 *); #endif |
