summaryrefslogtreecommitdiffstats
path: root/include/numgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/numgen.h')
-rw-r--r--include/numgen.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/numgen.h b/include/numgen.h
new file mode 100644
index 00000000..bec18e5a
--- /dev/null
+++ b/include/numgen.h
@@ -0,0 +1,7 @@
+#ifndef NFTABLES_NUMGEN_H
+#define NFTABLES_NUMGEN_H
+
+extern struct expr *numgen_expr_alloc(const struct location *loc,
+ enum nft_ng_types type, uint32_t until);
+
+#endif /* NFTABLES_NUMGEN_H */