X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Froute.h;h=46dc3bdb44e2cfe1cb39d96a72d125c9892652c0;hb=86c2990327fdf7ec1197aa73cb2b9a926a734db4;hp=5622feb2fb40ea6c2df8abed9bd1c68d27e363de;hpb=b23681dddb8987571f04d46fc14f0ba012a7929c;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__ */