summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>2013-05-14 00:51:19 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2013-05-16 18:43:24 +0200
commitce7bb77209ba1a98739e26a74b585eba231c0015 (patch)
tree12a78540b66fdda2f8f35105792252cbae57346e /include
parent847b0a0397a535c9c44d88c40d40be3c6f5466bc (diff)
expr: remove non implemented function
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r--include/libnftables/expr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libnftables/expr.h b/include/libnftables/expr.h
index 2478998..0592977 100644
--- a/include/libnftables/expr.h
+++ b/include/libnftables/expr.h
@@ -27,8 +27,6 @@ uint32_t nft_rule_expr_get_u32(struct nft_rule_expr *expr, uint16_t type);
uint64_t nft_rule_expr_get_u64(struct nft_rule_expr *expr, uint16_t type);
const char *nft_rule_expr_get_str(struct nft_rule_expr *expr, uint16_t type);
-struct list_head *nft_rule_expr_list_head(struct nft_rule_expr *expr);
-
void nft_rule_expr_build_payload(struct nlmsghdr *nlh, struct nft_rule_expr *expr);
enum {