summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-01-05 08:20:53 +0000
committerRoy Marples <roy@marples.name>2009-01-05 08:20:53 +0000
commitf367dc38be67d6e165780f91bf554faf1030443f (patch)
tree464e9223bc74658a4b8c62ef2ddb14d591a5da00 /dhcpcd.h
parentfcdf05ed936deaa48c030bc2cc318e9bc8f342e1 (diff)
downloaddhcpcd-f367dc38be67d6e165780f91bf554faf1030443f.tar.xz
Allow version to be returned over the control interface.
Diffstat (limited to 'dhcpcd.h')
-rw-r--r--dhcpcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index 0bcb280d..21a3f4c2 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -113,7 +113,7 @@ extern int ifdc;
extern char **ifdv;
extern struct interface *ifaces;
-int handle_args(int, char **);
+int handle_args(int, int, char **);
void handle_exit_timeout(void *);
void start_interface(void *);
void start_discover(void *);