summaryrefslogtreecommitdiffstats
path: root/ipv4ll.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 /ipv4ll.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 'ipv4ll.h')
-rw-r--r--ipv4ll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipv4ll.h b/ipv4ll.h
index 4fa89439..a4dea074 100644
--- a/ipv4ll.h
+++ b/ipv4ll.h
@@ -33,7 +33,7 @@
#include "dhcp.h"
#include "interface.h"
-int ipv4ll_get_address (interface_t *iface, dhcp_t *dhcp);
+int ipv4ll_get_address(struct interface *, struct dhcp *);
#endif
#endif