summaryrefslogtreecommitdiff
path: root/lib/if.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2021-06-29 14:10:35 +0200
committerAdriano Marto Reis <adrianomarto@gmail.com>2023-10-10 07:54:15 +1000
commit829f3a0bd558d926b53c90142d9ad428aeacc939 (patch)
tree57a87dda866d5a86fc1c33b267e2236dbac01a9d /lib/if.h
parent36518032216956915968628864e6d4f1c5fb31f5 (diff)
lib: remove unused connected_add prototype
This function is not implemented anywhere. Not sure it ever existed. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
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 7b4415da45..f93f0e70b8 100644
--- a/lib/if.h
+++ b/lib/if.h
@@ -579,7 +579,6 @@ extern ifindex_t ifname2ifindex(const char *ifname, vrf_id_t vrf_id);
/* Connected address functions. */
extern struct connected *connected_new(void);
extern void connected_free(struct connected **connected);
-extern void connected_add(struct interface *, struct connected *);
extern struct connected *
connected_add_by_prefix(struct interface *, struct prefix *, struct prefix *);
extern struct connected *connected_delete_by_prefix(struct interface *,