summaryrefslogtreecommitdiffstats
path: root/net.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2010-03-05 15:47:46 +0000
committerRoy Marples <roy@marples.name>2010-03-05 15:47:46 +0000
commitd274a5320bd88618e6ba37da5f0dc4197dec56d8 (patch)
tree613541cc75bc3a0aea57b45fafb0a44b9054d423 /net.h
parentfdbeed3d2b936cab9825d30338abadd12eec99aa (diff)
downloaddhcpcd-d274a5320bd88618e6ba37da5f0dc4197dec56d8.tar.xz
Set the broadcast flag for interfaces that say they need it.
Diffstat (limited to 'net.h')
-rw-r--r--net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net.h b/net.h
index 4f92f0a7..4d6eaada 100644
--- a/net.h
+++ b/net.h
@@ -105,6 +105,7 @@ int inet_ntocidr(struct in_addr);
int inet_cidrtoaddr(int, struct in_addr *);
int up_interface(struct interface *);
+int if_conf(struct interface *);
int if_init(struct interface *);
int do_address(const char *,