diff options
| author | Roy Marples <roy@marples.name> | 2007-05-14 10:01:56 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-05-14 10:01:56 +0000 |
| commit | cff1ccb615d01ab1c68fc7c78d520eb49f6a47ab (patch) | |
| tree | f1f1a98679e71649fe8110006a61f40298685809 /configure.h | |
| parent | f94b79a13c3332753abb87b284895c9c61bb2f59 (diff) | |
| download | dhcpcd-cff1ccb615d01ab1c68fc7c78d520eb49f6a47ab.tar.xz | |
Don't overrwite .info files when dropping if they already exist
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 ddc709f9..e14abc0e 100644 --- a/configure.h +++ b/configure.h @@ -27,6 +27,6 @@ #include "dhcp.h" int configure (const options_t *options, interface_t *iface, - const dhcp_t *dhcp); + const dhcp_t *dhcp, bool up); #endif |
