diff options
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 *); |
