summaryrefslogtreecommitdiffstats
path: root/configure.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-05-15 08:48:17 +0000
committerRoy Marples <roy@marples.name>2008-05-15 08:48:17 +0000
commit35ba5bc0c444ee8b3f9b76ddcc440955940d9786 (patch)
treec74d4ce9d4ac816bfc164e604de3a19cae71a487 /configure.h
parent343c1ae64197ffe81aed083514b930c65af7931a (diff)
downloaddhcpcd-35ba5bc0c444ee8b3f9b76ddcc440955940d9786.tar.xz
When we explictly don't want an option, don't put it in the env.
Diffstat (limited to 'configure.h')
-rw-r--r--configure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.h b/configure.h
index d5d30d45..c4c731ce 100644
--- a/configure.h
+++ b/configure.h
@@ -32,7 +32,7 @@
#include "dhcp.h"
#include "net.h"
-int exec_script(const char *, const char *, const char *,
+int exec_script(const struct options *, const char *, const char *,
const struct dhcp_message *, const struct dhcp_message *);
int configure(struct interface *, const char *,
const struct dhcp_message *, const struct dhcp_message *,