From 9ce6ee9c3e350099d759a51bd6c3cd6f48bd2d5c Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Fri, 14 Jun 2002 21:56:35 +0000 Subject: Change get_table return type. --- include/ebtables_u.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3