X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Froute.h;h=44023fdb3efff73dfd9dd474fa41a9c3c8527cd4;hp=c1481fa329df75abe2e4f761e7013fbd97e0678e;hb=3fba80174dbe29bcfe0d121a2a1d2e61be5ee57b;hpb=65e8e06c6dc7349b11c3c1e8f4071b51e2994c65 diff --git a/src/route.h b/src/route.h index c1481fa3..44023fdb 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__ */