summaryrefslogtreecommitdiffstats
path: root/include/libipset
diff options
context:
space:
mode:
authorKrunal Patel <krunal.patel@elitecore.com>2012-08-31 17:06:09 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-08-31 17:06:09 +0200
commite2b244b707a9147c9fbd0df9a69373e8ebd2b5a5 (patch)
treef4080e61143d3c355a1b6eef238a64fa08b90d99 /include/libipset
parent8cb34e0636be9e9bc24afefa07add1042e6fb13d (diff)
Fix errors when compiling in debug mode.
Diffstat (limited to 'include/libipset')
-rw-r--r--include/libipset/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libipset/ui.h b/include/libipset/ui.h
index 78d5866..2b7119e 100644
--- a/include/libipset/ui.h
+++ b/include/libipset/ui.h
@@ -43,5 +43,6 @@ extern bool ipset_match_option(const char *arg, const char * const name[]);
extern bool ipset_match_envopt(const char *arg, const char * const name[]);
extern void ipset_shift_argv(int *argc, char *argv[], int from);
extern void ipset_port_usage(void);
+extern int ipset_parse_file(struct ipset_session *s, int opt, const char *str);
#endif /* LIBIPSET_UI_H */