summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-09-04 11:30:11 +0000
committerRoy Marples <roy@marples.name>2008-09-04 11:30:11 +0000
commit96d0673a2cd58d50f0e4c8e0c60b332a7fff92a8 (patch)
tree1ca3996de4d29132abaca0a485c47b3e6509a47c /dhcpcd.h
parent4570862e65882adb2b2b60e45b6ba7e6dec21229 (diff)
downloaddhcpcd-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index ccb7ba2f..608a41d0 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -105,6 +105,7 @@ struct interface
};
extern int pidfd;
+
int handle_args(int, char **);
void handle_exit_timeout(void *);
void send_request(void *);