X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Froute.h;h=44023fdb3efff73dfd9dd474fa41a9c3c8527cd4;hb=3fba80174dbe29bcfe0d121a2a1d2e61be5ee57b;hp=c1481fa329df75abe2e4f761e7013fbd97e0678e;hpb=8420a0c8bde1781db04dd2436eb9d5dca5a1732a;p=meshlink 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__ */