diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2021-06-29 14:10:35 +0200 |
|---|---|---|
| committer | Adriano Marto Reis <adrianomarto@gmail.com> | 2023-10-10 07:54:15 +1000 |
| commit | 829f3a0bd558d926b53c90142d9ad428aeacc939 (patch) | |
| tree | 57a87dda866d5a86fc1c33b267e2236dbac01a9d /lib/if.h | |
| parent | 36518032216956915968628864e6d4f1c5fb31f5 (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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 *, |
