Make sure everything links.
[tinc] / src / subnet.h
index 5969301..50cfefd 100644 (file)
@@ -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: subnet.h,v 1.1.2.11 2001/10/27 12:13:17 guus Exp $
+    $Id: subnet.h,v 1.1.2.12 2001/10/27 13:13:35 guus Exp $
 */
 
 #ifndef __TINC_SUBNET_H__
@@ -81,6 +81,6 @@ extern subnet_t *lookup_subnet(struct node_t *, subnet_t *);
 extern subnet_t *lookup_subnet_mac(mac_t *);
 extern subnet_t *lookup_subnet_ipv4(ipv4_t *);
 extern subnet_t *lookup_subnet_ipv6(ipv6_t *);
-extern void dump_subnet_list(void);
+extern void dump_subnets(void);
 
 #endif /* __TINC_SUBNET_H__ */