Skip to content

Commit

Permalink
add declaration for rtnl_basic_add_action()
Browse files Browse the repository at this point in the history
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Thomas Graf <tgraf@suug.ch>
  • Loading branch information
congwang authored and tgraf committed Dec 11, 2013
1 parent 85c0192 commit c855e4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/netlink/route/cls/basic.h
Expand Up @@ -15,6 +15,7 @@
#include <netlink/netlink.h> #include <netlink/netlink.h>
#include <netlink/route/classifier.h> #include <netlink/route/classifier.h>
#include <netlink/route/cls/ematch.h> #include <netlink/route/cls/ematch.h>
#include <netlink/route/action.h>


#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
Expand All @@ -25,6 +26,7 @@ extern uint32_t rtnl_basic_get_target(struct rtnl_cls *);
extern void rtnl_basic_set_ematch(struct rtnl_cls *, extern void rtnl_basic_set_ematch(struct rtnl_cls *,
struct rtnl_ematch_tree *); struct rtnl_ematch_tree *);
extern struct rtnl_ematch_tree *rtnl_basic_get_ematch(struct rtnl_cls *); 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 *); extern int rtnl_basic_del_action(struct rtnl_cls *, struct rtnl_act *);


#ifdef __cplusplus #ifdef __cplusplus
Expand Down

0 comments on commit c855e4f

Please sign in to comment.