summaryrefslogtreecommitdiff
path: root/include/netlink/route/tc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink/route/tc.h')
-rw-r--r--include/netlink/route/tc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netlink/route/tc.h b/include/netlink/route/tc.h
index b4e953ee..f1e8605e 100644
--- a/include/netlink/route/tc.h
+++ b/include/netlink/route/tc.h
@@ -66,6 +66,8 @@ extern int rtnl_tc_calc_cell_log(int);
extern int rtnl_tc_read_classid_file(void);
extern char * rtnl_tc_handle2str(uint32_t, char *, size_t);
extern int rtnl_tc_str2handle(const char *, uint32_t *);
+extern int rtnl_classid_generate(const char *, uint32_t *,
+ uint32_t);
#ifdef __cplusplus
}