summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-01-12 16:39:01 +0000
committerRoy Marples <roy@marples.name>2009-01-12 16:39:01 +0000
commite467f4b21724ad4c3c9f7a3ee9af91c4385a8a88 (patch)
tree8337a6a5ba3d2bb2a4db5f23a2831fe32de2b0e4 /dhcpcd.h
parente0c05611c032b8a1e75a11aa8bdbfecf34acf785 (diff)
downloaddhcpcd-e467f4b21724ad4c3c9f7a3ee9af91c4385a8a88.tar.xz
Remove the limit for the number of connections to the control socket.
Send the dhcpcd-run-hooks enviornment to listeners on the control socket.
Diffstat (limited to 'dhcpcd.h')
-rw-r--r--dhcpcd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index 21a3f4c2..61e552de 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -33,6 +33,7 @@
#include <limits.h>
+#include "control.h"
#include "dhcp.h"
#include "if-options.h"
@@ -113,7 +114,7 @@ extern int ifdc;
extern char **ifdv;
extern struct interface *ifaces;
-int handle_args(int, int, char **);
+int handle_args(struct fd_list *, int, char **);
void handle_exit_timeout(void *);
void start_interface(void *);
void start_discover(void *);