summaryrefslogtreecommitdiffstats
path: root/include/libipset/xlate.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libipset/xlate.h')
-rw-r--r--include/libipset/xlate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libipset/xlate.h b/include/libipset/xlate.h
new file mode 100644
index 0000000..6569768
--- /dev/null
+++ b/include/libipset/xlate.h
@@ -0,0 +1,6 @@
+#ifndef LIBIPSET_XLATE_H
+#define LIBIPSET_XLATE_H
+
+int ipset_xlate_argv(struct ipset *ipset, int argc, char *argv[]);
+
+#endif