X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Froute.h;fp=src%2Froute.h;h=8daef5a4a68611e9931dc5771ded92ff44bb75bc;hp=3ac2c95e547172680cbb43bb7d15145e99323a8a;hb=d26a4af4561ce4236b8224919cf4f3636f57b4c1;hpb=784db4e70d2573468c82ff5dfee723b77a20322f diff --git a/src/route.h b/src/route.h index 3ac2c95e..8daef5a4 100644 --- a/src/route.h +++ b/src/route.h @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: route.h,v 1.1.2.11 2003/07/12 17:41:47 guus Exp $ + $Id: route.h,v 1.1.2.12 2003/07/15 16:26:18 guus Exp $ */ #ifndef __TINC_ROUTE_H__ @@ -34,6 +34,8 @@ extern int overwrite_mac; extern int priorityinheritance; extern int macexpire; +extern mac_t mymac; + extern void age_mac(void); extern void route_incoming(node_t *, vpn_packet_t *); extern void route_outgoing(vpn_packet_t *);