diff options
Diffstat (limited to 'include/libipset/ui.h')
-rw-r--r-- | include/libipset/ui.h | 1 |
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 */ |