diff options
Diffstat (limited to 'src/expr/objref.c')
| -rw-r--r-- | src/expr/objref.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/expr/objref.c b/src/expr/objref.c index 1b27e94..481103e 100644 --- a/src/expr/objref.c +++ b/src/expr/objref.c @@ -28,8 +28,9 @@ struct nftnl_expr_objref { } set; }; -static int nftnl_expr_objref_set(struct nftnl_expr *e, uint16_t type, - const void *data, uint32_t data_len) +static int +nftnl_expr_objref_set(struct nftnl_expr *e, uint16_t type, + const void *data, uint32_t data_len, uint32_t byteorder) { struct nftnl_expr_objref *objref = nftnl_expr_data(e); |
