summaryrefslogtreecommitdiffstats
path: root/include/fib.h
blob: 3a019e65c814ca133325788fe949b440ad2908c9 (plain)
1
2
3
4
5
6
7
#ifndef NFTABLES_FIB_H
#define NFTABLES_FIB_H

extern struct expr *fib_expr_alloc(const struct location *loc,
				   unsigned int flags,
				   unsigned int result);
#endif /* NFTABLES_FIB_H */