summaryrefslogtreecommitdiffstats
path: root/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
commit9ce6ee9c3e350099d759a51bd6c3cd6f48bd2d5c (patch)
tree95155367bb884848e96d8606fdd3329df6db95e7 /include
parentc853103ac6550cf6f77e144a215c0c61e06c5703 (diff)
Change get_table return type.
Diffstat (limited to 'include')
-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 18b12b0..6b23fa3 100644
--- a/include/ebtables_u.h
+++ b/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);