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