summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/Makefile.am1
-rw-r--r--include/osf.h6
2 files changed, 7 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 6f5a2d1e..d3a677dd 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -24,6 +24,7 @@ noinst_HEADERS = cli.h \
meta.h \
numgen.h \
netlink.h \
+ osf.h \
parser.h \
proto.h \
socket.h \
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 */