summaryrefslogtreecommitdiffstats
path: root/include/libipset/parse.h
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2018-10-18 17:27:49 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2018-10-18 17:27:49 +0200
commit55fdd96e331e920ee62bd816a572ac24f6dcd1ae (patch)
tree74e53ff7174e08b035b85f95977ff6919e315b01 /include/libipset/parse.h
parenta27741493db0d824a51775e387cf3972a471f64e (diff)
Library reworked to support embedding ipset completely
The ipset library is rewritten/extended to support embedding ipset, so that sets can fully be managed without calling the ipset binary. The ipset binary relies completely on the new library. The libipset.3 manpage was written about the library functions and usage. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'include/libipset/parse.h')
-rw-r--r--include/libipset/parse.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libipset/parse.h b/include/libipset/parse.h
index 9223eeb..4bd5df5 100644
--- a/include/libipset/parse.h
+++ b/include/libipset/parse.h
@@ -104,8 +104,6 @@ extern int ipset_parse_skbmark(struct ipset_session *session,
enum ipset_opt opt, const char *str);
extern int ipset_parse_skbprio(struct ipset_session *session,
enum ipset_opt opt, const char *str);
-extern int ipset_parse_output(struct ipset_session *session,
- int opt, const char *str);
extern int ipset_parse_ignored(struct ipset_session *session,
enum ipset_opt opt, const char *str);
extern int ipset_parse_elem(struct ipset_session *session,