diff options
Diffstat (limited to 'include/netlink/route/cls/ematch.h')
-rw-r--r-- | include/netlink/route/cls/ematch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/netlink/route/cls/ematch.h b/include/netlink/route/cls/ematch.h index 6cf5960..52c4750 100644 --- a/include/netlink/route/cls/ematch.h +++ b/include/netlink/route/cls/ematch.h @@ -84,6 +84,9 @@ extern void rtnl_ematch_tree_dump(struct rtnl_ematch_tree *, extern int rtnl_ematch_parse_expr(const char *, char **, struct rtnl_ematch_tree **); +extern char * rtnl_ematch_offset2txt(uint8_t, uint16_t, + char *, size_t); + #ifdef __cplusplus } #endif |