ipt_ACCOUNT, libipt_ACCOUNT: (tomj) changed ipt_account_ structure names to ipt_acc
[libipt_ACCOUNT] / src / ipt_ACCOUNT_cl.h
index d73588e..4dede30 100644 (file)
@@ -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() */