X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=adu.c;h=bc0689320ffe1823da87e04f7682d5648f51a3f8;hp=cbc42cb5769bc86b8e7c4ae214adaf781a63871e;hb=f638c88fad8a1350cf56d5f60ddef297ece92805;hpb=63ef06be534ab9a8f31865ef6c2324f0a951aef9 diff --git a/adu.c b/adu.c index cbc42cb..bc06893 100644 --- 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 + * + * 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 /* readdir() */ #include @@ -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();