diff options
| author | Roy Marples <roy@marples.name> | 2009-01-27 18:09:02 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-01-27 18:09:02 +0000 |
| commit | fa344ba2b1dcf002f348b7fa69ef422585b4b438 (patch) | |
| tree | 0a20b9e8aeec52fcec0f5c30a669cb8b444b35ec /dhcpcd.h | |
| parent | 16687a3be1f8c1e6d55cdd691e947e5760eef30c (diff) | |
| download | dhcpcd-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |
