]> git.tuebingen.mpg.de Git - adu.git/blobdiff - adu.c
Make close_all_tables() static.
[adu.git] / adu.c
diff --git a/adu.c b/adu.c
index dda9fd24ccd33fa1875d0a8f2e8a33d02ba2d723..bc0689320ffe1823da87e04f7682d5648f51a3f8 100644 (file)
--- a/adu.c
+++ b/adu.c
@@ -120,7 +120,7 @@ static void close_dir_table(void)
        dir_table = NULL;
 }
 
        dir_table = NULL;
 }
 
-void close_all_tables(void)
+static void close_all_tables(void)
 {
        close_dir_table();
        close_user_tables();
 {
        close_dir_table();
        close_user_tables();