summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/data_reg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/data_reg.h b/include/data_reg.h
index 5ee7080..946354d 100644
--- a/include/data_reg.h
+++ b/include/data_reg.h
@@ -35,8 +35,6 @@ int nftnl_data_reg_snprintf(char *buf, size_t size,
struct nlattr;
int nftnl_parse_data(union nftnl_data_reg *data, struct nlattr *attr, int *type);
-void nftnl_free_verdict(const union nftnl_data_reg *data);
-
int nftnl_data_cpy(union nftnl_data_reg *dreg, const void *src, uint32_t len);
#endif