summaryrefslogtreecommitdiffstats
path: root/include/cmd.h
blob: 27fa6087342724a39853341c1c9f347b0daf3ed7 (plain)
1
2
3
4
5
6
7
#ifndef _NFT_CMD_H_
#define _NFT_CMD_H_

void nft_cmd_error(struct netlink_ctx *ctx, struct cmd *cmd,
		   struct mnl_err *err);

#endif