From e57d6caa8ddbe268adea991bcf6e58dc6ca43389 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 5 Jan 2012 21:30:20 +0100 Subject: Set types moved into libipset library The libipset library is complete by this step, and "ipset" just a CLI interface based on the lib. --- include/libipset/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libipset') 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 */ -- cgit v1.2.3