blob: b230620095150c4fdd7fb3a66dcca1b1f844d1bd (
plain)
1
2
3
4
5
6
7
8
|
#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,
uint32_t offset);
#endif /* NFTABLES_NUMGEN_H */
|