From 948cf55c4447257960fda0d89fb45e93644393b1 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 27 Oct 2003 22:12:02 +0000 Subject: 2003-10-27 Paul Jakma * lib/if.{ch}: remove ifc_pointtopoint() - left over from the reverted RFC3021 patch. --- lib/if.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/if.h') diff --git a/lib/if.h b/lib/if.h index 3fbeed9a..708853bc 100644 --- a/lib/if.h +++ b/lib/if.h @@ -207,7 +207,6 @@ void connected_free (struct connected *); void connected_add (struct interface *, struct connected *); struct connected *connected_delete_by_prefix (struct interface *, struct prefix *); struct connected *connected_lookup_address (struct interface *, struct in_addr); -int ifc_pointopoint (struct connected *); #ifndef HAVE_IF_NAMETOINDEX unsigned int if_nametoindex (const char *); -- cgit v1.2.1