summaryrefslogtreecommitdiffstats
path: root/include/libipset/args.h
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2018-10-22 19:12:14 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2018-10-22 19:12:14 +0200
commitc387170f903a976922de970042f8fdb6ec93a0f8 (patch)
treed3c07aefadf8ebe5942be1ae9b7f839e9595e3ec /include/libipset/args.h
parent2a66a0df03788d8a7e95972847545de0ade0dd8e (diff)
Fix warning message handling
Warning messages were not printed and handled properly, the patch fixes the issue.
Diffstat (limited to 'include/libipset/args.h')
-rw-r--r--include/libipset/args.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libipset/args.h b/include/libipset/args.h
index cdec180..dce4190 100644
--- a/include/libipset/args.h
+++ b/include/libipset/args.h
@@ -63,7 +63,7 @@ extern "C" {
#endif
extern const struct ipset_arg * ipset_keyword(enum ipset_keywords i);
-
+extern const char * ipset_ignored_optname(int opt);
#ifdef __cplusplus
}
#endif