summaryrefslogtreecommitdiffstats
path: root/include/osf.h
blob: 074ba9a3687ba22dfa884f3cb76083d4afd9dca9 (plain)
1
2
3
4
5
6
7
8
9
#ifndef NFTABLES_OSF_H
#define NFTABLES_OSF_H

struct expr *osf_expr_alloc(const struct location *loc);

extern bool osf_init;
extern int nfnl_osf_load_fingerprints(struct netlink_ctx *ctx, int del);

#endif /* NFTABLES_OSF_H */