Make close_all_tables() static.
[adu.git] / adu.h
diff --git a/adu.h b/adu.h
index 74083ec3f3eb6e849a2b2294af99aefb99f384b0..31050444a6ef74dc8790b003c0376a49a78334aa 100644 (file)
--- a/adu.h
+++ b/adu.h
@@ -196,7 +196,6 @@ static inline int size_compare(const struct osl_object *obj1, const struct osl_o
 __printf_2_3 void __log(int, const char*, ...);
 int open_dir_table(int create);
 void check_signals(void);
-void close_all_tables(void);
 /* create.c */
 int com_create(void);