From f57f50f0b2815d51cfd5ab5159c74ca220329dd1 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Thu, 29 Aug 2002 16:52:36 +0000 Subject: *** empty log message *** --- include/ebtables_u.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ebtables_u.h') diff --git a/include/ebtables_u.h b/include/ebtables_u.h index 3f676d8..ddf9217 100644 --- a/include/ebtables_u.h +++ b/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