summaryrefslogtreecommitdiffstats
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
commitf57f50f0b2815d51cfd5ab5159c74ca220329dd1 (patch)
tree16ea75953fee4ab28eaca64cbbea7983035f8dc5
parent4057319c56e8e6c097e059928866e094d10959e3 (diff)
*** empty log message ***
-rw-r--r--INSTALL2
-rw-r--r--include/ebtables_u.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 5a7d731..10dab40 100644
--- a/INSTALL
+++ b/INSTALL
@@ -23,6 +23,6 @@ WHAT GETS INSTALLED?
The Makefile will append /man8/ebtables.8.
- ethertypes is placed in /etc/
- the userspace program ebtables is compiled and the executable is copied
- to in /sbin/ebtables.
+ to /sbin/ebtables.
That's all
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;
};