summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-08-03 10:17:19 (GMT)
committerThomas Haller <thaller@redhat.com>2023-08-03 10:17:39 (GMT)
commitf475c3b2b10dbab2dde8128e12b4187eafb9c12a (patch)
tree9e043eb0d861d52458fd41b0a7381ea0f61267c7 /include
parent4c681e77075af34e890c2946c3d17d33c9c8a10d (diff)
downloadlibnl-f475c3b2b10dbab2dde8128e12b4187eafb9c12a.zip
libnl-f475c3b2b10dbab2dde8128e12b4187eafb9c12a.tar.gz
libnl-f475c3b2b10dbab2dde8128e12b4187eafb9c12a.tar.bz2
route/nh: drop not implemented "nh" API from headers
Fixes: 780d06ae8bee ('route: add nh type')
Diffstat (limited to 'include')
-rw-r--r--include/netlink/route/nh.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/netlink/route/nh.h b/include/netlink/route/nh.h
index fec82dd..9d2579c 100644
--- a/include/netlink/route/nh.h
+++ b/include/netlink/route/nh.h
@@ -29,15 +29,10 @@ typedef struct nl_nh_group {
extern int rtnl_nh_alloc_cache(struct nl_sock *sk, int family,
struct nl_cache **result);
extern struct rtnl_nh *rtnl_nh_alloc(void);
-extern struct rtnl_nh *rtnl_nh_clone(struct rtnl_nh *);
extern void rtnl_nh_put(struct rtnl_nh *);
extern struct rtnl_nh *rtnl_nh_get(struct nl_cache *cache, int nhid);
-extern int rtnl_nh_compare(struct rtnl_nh *, struct rtnl_nh *, uint32_t, int);
-
-extern void rtnl_nh_dump(struct rtnl_nh *, struct nl_dump_params *);
-
extern int rtnl_nh_set_gateway(struct rtnl_nh *, struct nl_addr *);
extern struct nl_addr *rtnl_nh_get_gateway(struct rtnl_nh *);