From 020936c8c3375e1efe44a3087c891a4b2cbfe044 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 22 Jun 2010 10:49:41 +0200 Subject: ipset 5: last new feature added - the hash types can now store protocol together port, not only port - lots of fixes everywhere: parser, error reporting, manpage The last bits on the todo list before announcing ipset 5: - recheck all the error messages - add possibly more tests - polish manpage --- include/libipset/session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libipset/session.h') diff --git a/include/libipset/session.h b/include/libipset/session.h index cc0940e..02e8b36 100644 --- a/include/libipset/session.h +++ b/include/libipset/session.h @@ -23,6 +23,7 @@ struct ipset_handle; extern struct ipset_data * ipset_session_data(const struct ipset_session *session); extern struct ipset_handle * ipset_session_handle(const struct ipset_session *session); +extern const struct ipset_type * ipset_saved_type(const struct ipset_session *session); enum ipset_err_type { IPSET_ERROR, -- cgit v1.2.3