diff options
| author | Roy Marples <roy@marples.name> | 2008-05-15 08:48:17 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-05-15 08:48:17 +0000 |
| commit | 35ba5bc0c444ee8b3f9b76ddcc440955940d9786 (patch) | |
| tree | c74d4ce9d4ac816bfc164e604de3a19cae71a487 /configure.h | |
| parent | 343c1ae64197ffe81aed083514b930c65af7931a (diff) | |
| download | dhcpcd-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.h | 2 |
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 *, |
