summaryrefslogtreecommitdiffstats
path: root/include/set.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/set.h')
-rw-r--r--include/set.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/set.h b/include/set.h
index 1addd0f..c3b96f2 100644
--- a/include/set.h
+++ b/include/set.h
@@ -27,8 +27,8 @@ struct nftnl_set {
};
struct nftnl_set_list;
-struct nftnl_rule_expr;
-int nftnl_set_lookup_id(struct nftnl_rule_expr *e, struct nftnl_set_list *set_list,
+struct nftnl_expr;
+int nftnl_set_lookup_id(struct nftnl_expr *e, struct nftnl_set_list *set_list,
uint32_t *set_id);
#endif