diff options
Diffstat (limited to 'include/expr_ops.h')
| -rw-r--r-- | include/expr_ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/expr_ops.h b/include/expr_ops.h index 6cfb3b5..9c816c0 100644 --- a/include/expr_ops.h +++ b/include/expr_ops.h @@ -19,7 +19,7 @@ struct expr_ops { struct attr_policy *attr_policy; void (*init)(const struct nftnl_expr *e); void (*free)(const struct nftnl_expr *e); - int (*set)(struct nftnl_expr *e, uint16_t type, const void *data, uint32_t data_len); + int (*set)(struct nftnl_expr *e, uint16_t type, const void *data, uint32_t data_len, uint32_t byteorder); const void *(*get)(const struct nftnl_expr *e, uint16_t type, uint32_t *data_len); int (*parse)(struct nftnl_expr *e, struct nlattr *attr); void (*build)(struct nlmsghdr *nlh, const struct nftnl_expr *e); |
