diff options
| author | Roy Marples <roy@marples.name> | 2009-03-11 11:53:11 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-03-11 11:53:11 +0000 |
| commit | a4f6339ebd949920e432f814d5bb3304113daaea (patch) | |
| tree | 16cf88b51c8c7d5e1ca4d9071a72a5c48bd94d6b /net.h | |
| parent | ce6b39df64069a367cf62fd2bf450613ea54fc1a (diff) | |
| download | dhcpcd-a4f6339ebd949920e432f814d5bb3304113daaea.tar.xz | |
We shouldn't need to flush arp entires ourself on BSD platforms.
Diffstat (limited to 'net.h')
| -rw-r--r-- | net.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 *); |
