]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
Revert "basic: Add missing declaration for rtnl_basic_add_action()"
authorThomas Graf <tgraf@suug.ch>
Wed, 11 Dec 2013 08:10:32 +0000 (09:10 +0100)
committerThomas Graf <tgraf@suug.ch>
Wed, 11 Dec 2013 08:10:32 +0000 (09:10 +0100)
This reverts commit 4b84836085067722882129b8c6a864364ae4ca42.

include/netlink/route/cls/basic.h

index 7cd475559ce642dc4c081339c47bfebaa88bce38..068e5146a74d4d7f3dddd927f3a79938211b2679 100644 (file)
@@ -25,7 +25,6 @@ extern uint32_t                       rtnl_basic_get_target(struct rtnl_cls *);
 extern void                    rtnl_basic_set_ematch(struct rtnl_cls *,
                                                      struct rtnl_ematch_tree *);
 extern struct rtnl_ematch_tree *rtnl_basic_get_ematch(struct rtnl_cls *);
-extern int rtnl_basic_add_action(struct rtnl_cls *, struct rtnl_act *);
 extern int rtnl_basic_del_action(struct rtnl_cls *, struct rtnl_act *);
 
 #ifdef __cplusplus