summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-10-21 02:14:24 +0200
committerTom Gundersen <teg@jklm.no>2015-10-22 17:19:54 +0200
commit4e5ca364f4f8dadb90ec7cdb7db160dbd3b30966 (patch)
tree65323958a64427eac412bea80fe9a0a5b4af7912 /src/systemd
parentf46fc04fac78e7067bb8b65109eed8d245dff0c3 (diff)
sd-ndisc: drop sd_ndisc_get_prefixlen()
This is unused, and in the future we will pass prefixes and prefixlengths directly to the callbacks when needed rather than having to search for them.
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-ndisc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/systemd/sd-ndisc.h b/src/systemd/sd-ndisc.h
index 85152b32a6..83575c6908 100644
--- a/src/systemd/sd-ndisc.h
+++ b/src/systemd/sd-ndisc.h
@@ -52,8 +52,6 @@ sd_ndisc *sd_ndisc_unref(sd_ndisc *nd);
int sd_ndisc_new(sd_ndisc **ret);
int sd_ndisc_get_mtu(sd_ndisc *nd, uint32_t *mtu);
-int sd_ndisc_get_prefixlen(sd_ndisc *nd, const struct in6_addr *addr,
- uint8_t *prefixlen);
int sd_ndisc_stop(sd_ndisc *nd);
int sd_ndisc_router_discovery_start(sd_ndisc *nd);