X-Git-Url: http://developer.intra2net.com/git/?p=libipt_ACCOUNT;a=blobdiff_plain;f=src%2Fipt_ACCOUNT_cl.h;h=b167f1d89204956d3dc7e6da5ca6bb4d4557f55f;hp=5f8c6ef2906d859c5f0bbbd60c29746b8f79a7f6;hb=d7e0bb9c552e772bc1ac461194356d1fd6483000;hpb=a61040d6678d514ad5970906e96f8e3f1f355669 diff --git a/src/ipt_ACCOUNT_cl.h b/src/ipt_ACCOUNT_cl.h index 5f8c6ef..b167f1d 100644 --- a/src/ipt_ACCOUNT_cl.h +++ b/src/ipt_ACCOUNT_cl.h @@ -11,12 +11,10 @@ #ifndef _ipt_ACCOUNT_cl_H #define _ipt_ACCOUNT_cl_H -#include -#include -#include #include -#define IPT_ACCOUNT_MIN_BUFSIZE 4096 /* Don't set this below the size of struct ipt_account_handle_sockopt */ +/* Don't set this below the size of struct ipt_account_handle_sockopt */ +#define IPT_ACCOUNT_MIN_BUFSIZE 4096 struct ipt_ACCOUNT_context { @@ -30,13 +28,27 @@ struct ipt_ACCOUNT_context char *error_str; }; -int ipt_ACCOUNT_init(struct ipt_ACCOUNT_context *ctx); -void ipt_ACCOUNT_deinit(struct ipt_ACCOUNT_context *ctx); +#ifdef __cplusplus +extern "C" { +#endif -int ipt_ACCOUNT_read_entries(struct ipt_ACCOUNT_context *ctx, char *table, char dont_flush); -struct ipt_account_handle_ip *ipt_ACCOUNT_get_next_entry(struct ipt_ACCOUNT_context *ctx); -/* ipt_ACCOUNT_free_entries is for internal use only function as this library - is constructed to be used in a loop -> Don't allocate memory all the time. - The data buffer is freed on deinit() */ + int ipt_ACCOUNT_init(struct ipt_ACCOUNT_context *ctx); + void ipt_ACCOUNT_deinit(struct ipt_ACCOUNT_context *ctx); + + int ipt_ACCOUNT_read_entries(struct ipt_ACCOUNT_context *ctx, char *table, char dont_flush); + struct ipt_account_handle_ip *ipt_ACCOUNT_get_next_entry(struct ipt_ACCOUNT_context *ctx); + /* ipt_ACCOUNT_free_entries is for internal use only function as this library + is constructed to be used in a loop -> Don't allocate memory all the time. + The data buffer is freed on deinit() */ + + int ipt_ACCOUNT_get_handle_usage(struct ipt_ACCOUNT_context *ctx); + int ipt_ACCOUNT_free_all_handles(struct ipt_ACCOUNT_context *ctx); + int ipt_ACCOUNT_get_table_names(struct ipt_ACCOUNT_context *ctx); + char *ipt_ACCOUNT_get_next_name(struct ipt_ACCOUNT_context *ctx); +#ifdef __cplusplus +} +#endif + + #endif