X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Froute.h;h=0021506c47eb3b5ecfee96466d698f3927cd4b03;hb=fb0cfccf7dc2240b576011edcf74fd5b058916cb;hp=01fc4a63767bcd9373b88e5f764bbbba2a57fdf4;hpb=df3220a1549f992cbf4a9b6e67c1e67b69896c7d;p=tinc diff --git a/src/route.h b/src/route.h index 01fc4a63..0021506c 100644 --- a/src/route.h +++ b/src/route.h @@ -1,7 +1,7 @@ /* route.h -- header file for route.c Copyright (C) 2000-2005 Ivo Timmermans - 2000-2005 Guus Sliepen + 2000-2006 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -39,7 +39,6 @@ extern int macexpire; extern mac_t mymac; -extern void age_subnets(void); extern void route(struct node_t *, struct vpn_packet_t *); #endif /* __TINC_ROUTE_H__ */