summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/include
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-06-14 21:56:35 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-06-14 21:56:35 +0000
commit3f4a47abaee939aa36160f5c75a68991bb5b843a (patch)
treebf4afbe7bf3a1f01fd892cb079b475617c093f96 /userspace/ebtables2/include
parent512bf4827924dfca222d9948075bff910313cadc (diff)
Change get_table return type.
Diffstat (limited to 'userspace/ebtables2/include')
-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 18b12b0..6b23fa3 100644
--- a/userspace/ebtables2/include/ebtables_u.h
+++ b/userspace/ebtables2/include/ebtables_u.h
@@ -175,7 +175,7 @@ void register_table(struct ebt_u_table *);
void register_match(struct ebt_u_match *);
void register_watcher(struct ebt_u_watcher *);
void register_target(struct ebt_u_target *t);
-void get_table(struct ebt_u_replace *repl);
+int get_table(struct ebt_u_replace *repl);
struct ebt_u_target *find_target(const char *name);
struct ebt_u_match *find_match(const char *name);
struct ebt_u_watcher *find_watcher(const char *name);