X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Froute.h;h=5af2a0941ad52603ec560db60f7f6af53874f7fd;hb=25091454da21941dd92375ddbee7dd6151343058;hp=49431f2051e2b2fda0240c24f4eb6b015cd87cf3;hpb=3e4829e78a3c7f7e19017d05611e5b69d5268119;p=tinc diff --git a/src/route.h b/src/route.h index 49431f20..5af2a094 100644 --- a/src/route.h +++ b/src/route.h @@ -42,10 +42,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__ */