summaryrefslogtreecommitdiffstats
path: root/include/libipset/types.h
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-01-05 21:30:20 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-01-05 21:30:20 +0100
commite57d6caa8ddbe268adea991bcf6e58dc6ca43389 (patch)
tree187e09fd0bcb6d4e536a7aa27e4f4c6976c622be /include/libipset/types.h
parentf4b2c3b617333b5a0f359edccc9a9be34d9f36bd (diff)
Set types moved into libipset library
The libipset library is complete by this step, and "ipset" just a CLI interface based on the lib.
Diffstat (limited to 'include/libipset/types.h')
-rw-r--r--include/libipset/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libipset/types.h b/include/libipset/types.h
index cacce26..950988f 100644
--- a/include/libipset/types.h
+++ b/include/libipset/types.h
@@ -105,5 +105,6 @@ extern const struct ipset_type *ipset_types(void);
extern const char *ipset_typename_resolve(const char *str);
extern bool ipset_match_typename(const char *str,
const struct ipset_type *t);
+extern void ipset_load_types(void);
#endif /* LIBIPSET_TYPES_H */