summaryrefslogtreecommitdiffstats
path: root/include/hash.h
blob: bc8c86af71495b779db161e73f1ad9576b59b6e3 (plain)
1
2
3
4
5
6
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 */