ACCOUNT/userspace: remove trailing whitespace

This commit is contained in:
Jan Engelhardt
2009-09-24 01:35:45 +02:00
parent a260e3349f
commit e119350000
3 changed files with 29 additions and 29 deletions

View File

@@ -7,7 +7,7 @@
* version 2.1 as published by the Free Software Foundation; *
* *
***************************************************************************/
#ifndef _xt_ACCOUNT_cl_H
#define _xt_ACCOUNT_cl_H
@@ -22,11 +22,11 @@ struct ipt_ACCOUNT_context
{
int sockfd;
struct ipt_acc_handle_sockopt handle;
unsigned int data_size;
void *data;
unsigned int pos;
char *error_str;
};
@@ -42,11 +42,11 @@ extern "C" {
const char *table, char dont_flush);
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() */
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);
@@ -55,6 +55,6 @@ extern "C" {
#ifdef __cplusplus
}
#endif
#endif