From 971e619d8602fa52b1bfcb3ea65b7ab96be85318 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 9 Apr 2024 15:08:37 +0200 Subject: Adding upstream version 1.0.9. Signed-off-by: Daniel Baumann --- include/hash.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/hash.h (limited to 'include/hash.h') diff --git a/include/hash.h b/include/hash.h new file mode 100644 index 0000000..693d08a --- /dev/null +++ b/include/hash.h @@ -0,0 +1,10 @@ +#ifndef NFTABLES_HASH_H +#define NFTABLES_HASH_H + +extern struct expr *hash_expr_alloc(const struct location *loc, + uint32_t modulus, + bool seed_set, uint32_t seed, + uint32_t offset, + enum nft_hash_types type); + +#endif /* NFTABLES_HASH_H */ -- cgit v1.2.3