X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=attribute.c;h=d94589871562038a7ba96aad85c741de0db05b65;hp=cfb7dde0d0c1bc83160f6698bbe304d27007444b;hb=0113172c1f18f4a168b0a0fdacb376da2f2a73e3;hpb=1e89a35b86480c4bbcb143e88417707e15217f1a diff --git a/attribute.c b/attribute.c index cfb7dde0..d9458987 100644 --- a/attribute.c +++ b/attribute.c @@ -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;