summaryrefslogtreecommitdiffstats
path: root/include/netlink-private/route
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink-private/route')
-rw-r--r--include/netlink-private/route/tc-api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netlink-private/route/tc-api.h b/include/netlink-private/route/tc-api.h
index bf0c8a3..ce62080 100644
--- a/include/netlink-private/route/tc-api.h
+++ b/include/netlink-private/route/tc-api.h
@@ -116,7 +116,7 @@ extern int rtnl_tc_compare(struct nl_object *,
extern void * rtnl_tc_data(struct rtnl_tc *);
extern void * rtnl_tc_data_check(struct rtnl_tc *,
- struct rtnl_tc_ops *);
+ struct rtnl_tc_ops *, int *);
extern struct rtnl_tc_ops * rtnl_tc_lookup_ops(enum rtnl_tc_type,
const char *);