summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_interface.h
diff options
context:
space:
mode:
authorajs <ajs>2005-04-02 23:23:55 +0000
committerajs <ajs>2005-04-02 23:23:55 +0000
commite4319de388b748ba66551f33fecdf7446e754b80 (patch)
treed6ae690186b58ed048ed0a11911c6f1e2d71cd16 /ospf6d/ospf6_interface.h
parent21fefa9843f6e8fc2263e8d85cf0d072b4b6c242 (diff)
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* 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.
Diffstat (limited to 'ospf6d/ospf6_interface.h')
-rw-r--r--ospf6d/ospf6_interface.h1
1 files changed, 0 insertions, 1 deletions
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 *);