X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Froute.h;h=0021506c47eb3b5ecfee96466d698f3927cd4b03;hb=1fd1d5bd9330e02ab5dc32ad027f654ff2620099;hp=7afc09163caac5be7dbd2089b633fd1a4b03d769;hpb=7926a156e5b118d06295228e57de0cc9de0433b4;p=tinc diff --git a/src/route.h b/src/route.h index 7afc0916..0021506c 100644 --- a/src/route.h +++ b/src/route.h @@ -1,7 +1,7 @@ /* route.h -- header file for route.c - Copyright (C) 2000-2004 Ivo Timmermans - 2000-2004 Guus Sliepen + Copyright (C) 2000-2005 Ivo Timmermans + 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__ */