From 510c9ce916464d6958c4394169fb5e885f4d3a06 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Mon, 23 Jan 2006 18:50:54 +0000 Subject: remove unsigned char * warning with gcc 4.0 --- communication.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'communication.c') diff --git a/communication.c b/communication.c index dcfd8dc..bd7aa65 100644 --- a/communication.c +++ b/communication.c @@ -441,7 +441,7 @@ ebt_translate_watcher(struct ebt_entry_watcher *w, } static int -ebt_translate_entry(struct ebt_entry *e, unsigned int *hook, int *n, int *cnt, +ebt_translate_entry(struct ebt_entry *e, int *hook, int *n, int *cnt, int *totalcnt, struct ebt_u_entry **u_e, struct ebt_u_replace *u_repl, unsigned int valid_hooks, char *base, struct ebt_cntchanges **cc) { @@ -540,7 +540,7 @@ ebt_translate_entry(struct ebt_entry *e, unsigned int *hook, int *n, int *cnt, /* Initialize all chain headers */ static int -ebt_translate_chains(struct ebt_entry *e, unsigned int *hook, +ebt_translate_chains(struct ebt_entry *e, int *hook, struct ebt_u_replace *u_repl, unsigned int valid_hooks) { int i; -- cgit v1.2.3