summaryrefslogtreecommitdiffstats
path: root/net.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-03-11 11:53:11 +0000
committerRoy Marples <roy@marples.name>2009-03-11 11:53:11 +0000
commita4f6339ebd949920e432f814d5bb3304113daaea (patch)
tree16cf88b51c8c7d5e1ca4d9071a72a5c48bd94d6b /net.h
parentce6b39df64069a367cf62fd2bf450613ea54fc1a (diff)
downloaddhcpcd-a4f6339ebd949920e432f814d5bb3304113daaea.tar.xz
We shouldn't need to flush arp entires ourself on BSD platforms.
Diffstat (limited to 'net.h')
-rw-r--r--net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net.h b/net.h
index 19abb91d..cbac54b5 100644
--- a/net.h
+++ b/net.h
@@ -129,7 +129,6 @@ int if_route(const struct interface *, const struct in_addr *,
if_route(iface, dest, mask, gate, metric, -1)
#define del_src_route(iface, dest, mask, gate, metric) \
if_route(iface, dest, mask, gate, metric, -2)
-int arp_flush(void);
void free_routes(struct rt *);
int open_udp_socket(struct interface *);