summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/include/ebtables_u.h
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-08-29 16:52:36 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-08-29 16:52:36 +0000
commitf8493daca5f4b5783f0a35b7e6ebdaa01b1f37d7 (patch)
tree4d68dd1ed0662b5fb34e3dbaf80e5227465f34b4 /userspace/ebtables2/include/ebtables_u.h
parent65da9635a46a30b9ff9d4ec72ee3e7291be926f2 (diff)
*** empty log message ***
Diffstat (limited to 'userspace/ebtables2/include/ebtables_u.h')
-rw-r--r--userspace/ebtables2/include/ebtables_u.h2
1 files changed, 1 insertions, 1 deletions
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;
};