X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=attribute.c;h=24536911affeceffb029f806de4aa6d4b03d362a;hp=cfb7dde0d0c1bc83160f6698bbe304d27007444b;hb=25518356767bd60bd03ac2f9c6b2381644483925;hpb=ec354cf583bc2838ecfac64c428d3f992681c5fc diff --git a/attribute.c b/attribute.c index cfb7dde0..24536911 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. */ @@ -565,7 +565,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;