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