summaryrefslogtreecommitdiffstats
path: root/include/libnftables/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnftables/common.h')
-rw-r--r--include/libnftables/common.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/libnftables/common.h b/include/libnftables/common.h
deleted file mode 100644
index 9cd92b2..0000000
--- a/include/libnftables/common.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef _LIBNFTABLES_COMMON_H_
-#define _LIBNFTABLES_COMMON_H_
-
-enum nft_output_type {
- NFT_OUTPUT_DEFAULT = 0,
- NFT_OUTPUT_XML,
- NFT_OUTPUT_JSON,
-};
-
-enum nft_parse_type {
- NFT_PARSE_NONE = 0,
- NFT_PARSE_XML,
- NFT_PARSE_JSON,
- NFT_PARSE_MAX,
-};
-
-struct nlmsghdr *nft_nlmsg_build_hdr(char *buf, uint16_t cmd, uint16_t family,
- uint16_t type, uint32_t seq);
-
-#endif