X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Froute.h;h=46dc3bdb44e2cfe1cb39d96a72d125c9892652c0;hb=58007d7efa3940c863c5a398f8b257a686ce37ba;hp=5622feb2fb40ea6c2df8abed9bd1c68d27e363de;hpb=4712d8f92e63e86e835ffb624d6399343ee568ea;p=tinc diff --git a/src/route.h b/src/route.h index 5622feb2..46dc3bdb 100644 --- a/src/route.h +++ b/src/route.h @@ -44,10 +44,10 @@ extern bool overwrite_mac; extern bool broadcast; extern bool priorityinheritance; extern int macexpire; +extern bool pcap; extern mac_t mymac; -extern void age_subnets(void); extern void route(struct node_t *, struct vpn_packet_t *); #endif /* __TINC_ROUTE_H__ */