summaryrefslogtreecommitdiff
path: root/lib/if.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/if.h')
-rw-r--r--lib/if.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/if.h b/lib/if.h
index 3fbeed9a..708853bc 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -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 *);