summaryrefslogtreecommitdiffstats
path: root/include/ebtables_u.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ebtables_u.h')
-rw-r--r--include/ebtables_u.h2
1 files changed, 1 insertions, 1 deletions
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;
};