summaryrefslogtreecommitdiffstats
path: root/include/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cmd.h')
-rw-r--r--include/cmd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/cmd.h b/include/cmd.h
new file mode 100644
index 00000000..27fa6087
--- /dev/null
+++ b/include/cmd.h
@@ -0,0 +1,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