X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Froute.h;fp=src%2Froute.h;h=6f4a4e58317daecc04e9b6182f3f0c77a88a6cc9;hp=7b45e76a686df0ba90a93543c601dbd9b5e81eca;hb=19be9cf7150858311f7898fa3fb525d692d02f64;hpb=00e71ece25070dc919f9bc0696e4ff3a387360d0 diff --git a/src/route.h b/src/route.h index 7b45e76a..6f4a4e58 100644 --- a/src/route.h +++ b/src/route.h @@ -50,10 +50,10 @@ extern bool directonly; extern bool overwrite_mac; 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__ */