diff options
| author | Roy Marples <roy@marples.name> | 2008-03-20 16:47:51 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-03-20 16:47:51 +0000 |
| commit | 8d212424765794740d61d4b4fe5db3f2f6800eb9 (patch) | |
| tree | 5ec4ff1d3eed924448276135fdd2d11504cb78c4 /configure.h | |
| parent | 74befdac5d0d3c0803cd15c3db85c3ba81064bc8 (diff) | |
| download | dhcpcd-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.h | 4 |
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 |
