summaryrefslogtreecommitdiffstats
path: root/include/nftables.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nftables.h')
-rw-r--r--include/nftables.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/nftables.h b/include/nftables.h
index d0a3d544..fd958dce 100644
--- a/include/nftables.h
+++ b/include/nftables.h
@@ -11,9 +11,14 @@ enum numeric_level {
NUMERIC_ALL,
};
+enum debug_level {
+ DEBUG_NETLINK = 0x1,
+};
+
#define INCLUDE_PATHS_MAX 16
extern unsigned int numeric_output;
+extern unsigned int debug_level;
extern const char *include_paths[INCLUDE_PATHS_MAX];
struct parser_state;