diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cmd.h b/include/cmd.h index 0a8779b1..cf7e43bf 100644 --- a/include/cmd.h +++ b/include/cmd.h @@ -1,7 +1,7 @@ #ifndef _NFT_CMD_H_ #define _NFT_CMD_H_ -void cmd_add_loc(struct cmd *cmd, uint16_t offset, const struct location *loc); +void cmd_add_loc(struct cmd *cmd, const struct nlmsghdr *nlh, const struct location *loc); struct mnl_err; void nft_cmd_error(struct netlink_ctx *ctx, struct cmd *cmd, struct mnl_err *err); |
