summaryrefslogtreecommitdiffstats
path: root/configure.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-20 16:47:51 +0000
committerRoy Marples <roy@marples.name>2008-03-20 16:47:51 +0000
commit8d212424765794740d61d4b4fe5db3f2f6800eb9 (patch)
tree5ec4ff1d3eed924448276135fdd2d11504cb78c4 /configure.h
parent74befdac5d0d3c0803cd15c3db85c3ba81064bc8 (diff)
downloaddhcpcd-8d212424765794740d61d4b4fe5db3f2f6800eb9.tar.xz
Change code style to match the BSDs in the hope the might adpot it instead of dhclient.
Diffstat (limited to 'configure.h')
-rw-r--r--configure.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.h b/configure.h
index 3166947f..8dfbf1b2 100644
--- a/configure.h
+++ b/configure.h
@@ -32,7 +32,7 @@
#include "interface.h"
#include "dhcp.h"
-int configure (const options_t *options, interface_t *iface,
- const dhcp_t *dhcp, bool up);
+int configure(const struct options *, struct interface *,
+ const struct dhcp *, bool up);
#endif