X-Git-Url: http://developer.intra2net.com/git/?p=libipt_ACCOUNT;a=blobdiff_plain;f=src%2Fipt_ACCOUNT_cl.h;fp=src%2Fipt_ACCOUNT_cl.h;h=4dede305c86d338c8b2e677f11018ba0ae9ef630;hp=d73588e92d200b85aa5ef801da1589427627f250;hb=8721821e74f3ea001c87c0db492377748cc0b691;hpb=42b9e9f8e2897e5be2664aa60c334ef2c2d0846e diff --git a/src/ipt_ACCOUNT_cl.h b/src/ipt_ACCOUNT_cl.h index d73588e..4dede30 100644 --- a/src/ipt_ACCOUNT_cl.h +++ b/src/ipt_ACCOUNT_cl.h @@ -19,7 +19,7 @@ struct ipt_ACCOUNT_context { int sockfd; - struct ipt_account_handle_sockopt handle; + struct ipt_acc_handle_sockopt handle; unsigned int data_size; void *data; @@ -36,7 +36,7 @@ extern "C" { void ipt_ACCOUNT_deinit(struct ipt_ACCOUNT_context *ctx); int ipt_ACCOUNT_read_entries(struct ipt_ACCOUNT_context *ctx, const char *table, char dont_flush); - struct ipt_account_handle_ip *ipt_ACCOUNT_get_next_entry(struct ipt_ACCOUNT_context *ctx); + struct ipt_acc_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() */