summaryrefslogtreecommitdiff
path: root/ospfd
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 /ospfd
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 'ospfd')
-rw-r--r--ospfd/ChangeLog5
-rw-r--r--ospfd/ospf_interface.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog
index d84d54b3..89fb9b41 100644
--- a/ospfd/ChangeLog
+++ b/ospfd/ChangeLog
@@ -1,5 +1,10 @@
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.
+
+2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
* ospf_zebra.c: (zebra_interface_if_lookup) Must use
if_lookup_by_name_len.
diff --git a/ospfd/ospf_interface.h b/ospfd/ospf_interface.h
index b3fb3ba3..d089297f 100644
--- a/ospfd/ospf_interface.h
+++ b/ospfd/ospf_interface.h
@@ -208,7 +208,6 @@ int ospf_if_down (struct ospf_interface *);
int ospf_if_is_up (struct ospf_interface *);
struct ospf_interface *ospf_if_exists (struct ospf_interface *);
-struct ospf_interface *ospf_if_lookup_by_name (char *);
struct ospf_interface *ospf_if_lookup_by_local_addr (struct ospf *,
struct interface *,
struct in_addr);