]> 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 cbc42cb5769bc86b8e7c4ae214adaf781a63871e..bc0689320ffe1823da87e04f7682d5648f51a3f8 100644 (file)
--- a/adu.c
+++ b/adu.c
@@ -1,4 +1,10 @@
-/** \file adu.c The main functions used by all modes of operation. */
+/*
+ * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ *
+ * Licensed under the GPL v2. For licencing details see COPYING.
+ */
+
+/** \file adu.c \brief The main functions used by all modes of operation. */
 #include "adu.h"
 #include <dirent.h> /* readdir() */
 #include <pwd.h>
@@ -114,7 +120,7 @@ static void close_dir_table(void)
        dir_table = NULL;
 }
 
-void close_all_tables(void)
+static void close_all_tables(void)
 {
        close_dir_table();
        close_user_tables();