From e2b244b707a9147c9fbd0df9a69373e8ebd2b5a5 Mon Sep 17 00:00:00 2001 From: Krunal Patel Date: Fri, 31 Aug 2012 17:06:09 +0200 Subject: Fix errors when compiling in debug mode. --- include/libipset/ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 */ -- cgit v1.2.3