diff options
author | paul <paul> | 2003-10-27 22:12:02 +0000 |
---|---|---|
committer | paul <paul> | 2003-10-27 22:12:02 +0000 |
commit | 948cf55c4447257960fda0d89fb45e93644393b1 (patch) | |
tree | 87360f9330b45da6aa9b4d2d168cb787a26d391d /lib/if.h | |
parent | 3738d8cab744b1e11148d23ce16db5891b5e747e (diff) | |
download | quagga-948cf55c4447257960fda0d89fb45e93644393b1.tar.bz2 quagga-948cf55c4447257960fda0d89fb45e93644393b1.tar.xz |
2003-10-27 Paul Jakma <paul@dishone.st>
* lib/if.{ch}: remove ifc_pointtopoint() - left over from the
reverted RFC3021 patch.
Diffstat (limited to 'lib/if.h')
-rw-r--r-- | lib/if.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 *); |