From f8493daca5f4b5783f0a35b7e6ebdaa01b1f37d7 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Thu, 29 Aug 2002 16:52:36 +0000 Subject: *** empty log message *** --- userspace/ebtables2/include/ebtables_u.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userspace/ebtables2/include') diff --git a/userspace/ebtables2/include/ebtables_u.h b/userspace/ebtables2/include/ebtables_u.h index 3f676d8..ddf9217 100644 --- a/userspace/ebtables2/include/ebtables_u.h +++ b/userspace/ebtables2/include/ebtables_u.h @@ -75,7 +75,7 @@ struct ebt_u_replace struct ebt_u_table { char name[EBT_TABLE_MAXNAMELEN]; - int (*check)(struct ebt_u_replace *repl); + void (*check)(struct ebt_u_replace *repl); void (*help)(char **); struct ebt_u_table *next; }; -- cgit v1.2.3