diff options
author | paul <paul> | 2003-10-27 22:12:02 +0000 |
---|---|---|
committer | paul <paul> | 2003-10-27 22:12:02 +0000 |
commit | 57ce17d34d536526f92c50957b2b1e50836c9bcc (patch) | |
tree | 93846dca36f3ac232ec3ab8961bc192782df63db /lib/if.h | |
parent | e2013c3814631a9938f2b9e592c5c95761312baf (diff) | |
download | quagga-57ce17d34d536526f92c50957b2b1e50836c9bcc.tar.bz2 quagga-57ce17d34d536526f92c50957b2b1e50836c9bcc.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 *); |