X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=attribute.c;h=bef25fc02dde9e92ec668b1ce7393fbc73354677;hb=037059c8a25ce134af1eaa6c3fa8ac96b9f7e0b6;hp=cfb7dde0d0c1bc83160f6698bbe304d27007444b;hpb=fb62100d23baea388cec78e572b0f36d051a61c0;p=paraslash.git diff --git a/attribute.c b/attribute.c index cfb7dde0..bef25fc0 100644 --- a/attribute.c +++ b/attribute.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2009 Andre Noll + * Copyright (C) 1997-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -7,7 +7,6 @@ /** \file attribute.c Attribute handling functions. */ #include -#include #include #include "para.h" @@ -565,7 +564,7 @@ err: * * \sa osl_close_table(). */ -void attribute_close(void) +static void attribute_close(void) { osl_close_table(attribute_table, OSL_MARK_CLEAN); attribute_table = NULL;