summaryrefslogtreecommitdiffstats
path: root/include/osf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osf.h')
-rw-r--r--include/osf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/osf.h b/include/osf.h
new file mode 100644
index 00000000..715b04e8
--- /dev/null
+++ b/include/osf.h
@@ -0,0 +1,6 @@
+#ifndef NFTABLES_OSF_H
+#define NFTABLES_OSF_H
+
+struct expr *osf_expr_alloc(const struct location *loc);
+
+#endif /* NFTABLES_OSF_H */