diff options
| author | Roy Marples <roy@marples.name> | 2008-09-04 11:30:11 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-09-04 11:30:11 +0000 |
| commit | 96d0673a2cd58d50f0e4c8e0c60b332a7fff92a8 (patch) | |
| tree | 1ca3996de4d29132abaca0a485c47b3e6509a47c /dhcpcd.h | |
| parent | 4570862e65882adb2b2b60e45b6ba7e6dec21229 (diff) | |
| download | dhcpcd-96d0673a2cd58d50f0e4c8e0c60b332a7fff92a8.tar.xz | |
When OS reports new and removed interfaces, dhcpcd sees this and either starts or stops watching them. BSD only, Linux to follow.
Diffstat (limited to 'dhcpcd.h')
| -rw-r--r-- | dhcpcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ struct interface }; extern int pidfd; + int handle_args(int, char **); void handle_exit_timeout(void *); void send_request(void *); |
