summaryrefslogtreecommitdiffstats
path: root/include/osf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osf.h')
-rw-r--r--include/osf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/osf.h b/include/osf.h
new file mode 100644
index 0000000..8f6f584
--- /dev/null
+++ b/include/osf.h
@@ -0,0 +1,9 @@
+#ifndef NFTABLES_OSF_H
+#define NFTABLES_OSF_H
+
+struct expr *osf_expr_alloc(const struct location *loc, const uint8_t ttl,
+ const uint32_t flags);
+
+extern int nfnl_osf_load_fingerprints(struct netlink_ctx *ctx, int del);
+
+#endif /* NFTABLES_OSF_H */