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

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

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

#endif /* NFTABLES_OSF_H */