summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_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
commit723cd56cd7b3da6770ce3d99d47e2bc8b783a441 (patch)
tree1388233b9fbfe6cd33dccf86447dc9a8aacae915 /ospfd/ospf_interface.h
parent8802308f6ac2c117cee12cd62bc962b58fea077e (diff)
downloadquagga-723cd56cd7b3da6770ce3d99d47e2bc8b783a441.tar.bz2
quagga-723cd56cd7b3da6770ce3d99d47e2bc8b783a441.tar.xz
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/ospf_interface.h')
-rw-r--r--ospfd/ospf_interface.h1
1 files changed, 0 insertions, 1 deletions
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);