summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Graf <tgr@lsx.localdomain>2008-05-22 23:52:53 +0200
committerThomas Graf <tgr@lsx.localdomain>2008-05-22 23:52:53 +0200
commit531029c130db95a82c9f2121e59698e86cd84e79 (patch)
treef77fe41a8661eac21ba9f88fc72d438410bdb17b /include
parent18efaacc169635f891b0c9b869f4e0db18584258 (diff)
downloadandroid_external_libnl-531029c130db95a82c9f2121e59698e86cd84e79.tar.gz
android_external_libnl-531029c130db95a82c9f2121e59698e86cd84e79.tar.bz2
android_external_libnl-531029c130db95a82c9f2121e59698e86cd84e79.zip
Remove change routine, works flawlessly via add() with NLM_F_REPLACE
This breaks the API but is the right thing to do.
Diffstat (limited to 'include')
-rw-r--r--include/netlink/route/neighbour.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/netlink/route/neighbour.h b/include/netlink/route/neighbour.h
index d390af1..698539a 100644
--- a/include/netlink/route/neighbour.h
+++ b/include/netlink/route/neighbour.h
@@ -39,10 +39,6 @@ extern int rtnl_neigh_add(struct nl_sock *, struct rtnl_neigh *, int);
extern int rtnl_neigh_build_add_request(struct rtnl_neigh *, int,
struct nl_msg **);
-extern int rtnl_neigh_change(struct nl_sock *, struct rtnl_neigh *, int);
-extern int rtnl_neigh_build_change_request(struct rtnl_neigh *, int,
- struct nl_msg **);
-
extern int rtnl_neigh_delete(struct nl_sock *, struct rtnl_neigh *, int);
extern int rtnl_neigh_build_delete_request(struct rtnl_neigh *, int,
struct nl_msg **);