From e4319de388b748ba66551f33fecdf7446e754b80 Mon Sep 17 00:00:00 2001 From: ajs Date: Sat, 2 Apr 2005 23:23:55 +0000 Subject: 2005-04-02 Andrew J. Schorr * ospf_interface.h: (ospf_if_lookup_by_name) Remove declaration of a function that does not exist. * ospf6_interface.[ch]: (ospf6_interface_lookup_by_name) Remove unused function. --- ospf6d/ospf6_interface.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ospf6d/ospf6_interface.h') diff --git a/ospf6d/ospf6_interface.h b/ospf6d/ospf6_interface.h index c6615d8c..fb93ceda 100644 --- a/ospf6d/ospf6_interface.h +++ b/ospf6d/ospf6_interface.h @@ -125,7 +125,6 @@ extern const char *ospf6_interface_state_str[]; /* Function Prototypes */ struct ospf6_interface *ospf6_interface_lookup_by_ifindex (int); -struct ospf6_interface *ospf6_interface_lookup_by_name (char *); struct ospf6_interface *ospf6_interface_create (struct interface *); void ospf6_interface_delete (struct ospf6_interface *); -- cgit v1.2.1