X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=attribute.c;h=d22511de76f92f19835b6c5c57faa54ba9360eab;hp=655c286697a6ca68c94da410ec5841276dd97ef5;hb=de9a70360fcd3b5285d280ad1f229f679d453603;hpb=40de1dd2fdbb054444d585aa70e2d50166a66e07;ds=sidebyside diff --git a/attribute.c b/attribute.c index 655c2866..d22511de 100644 --- a/attribute.c +++ b/attribute.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2008 Andre Noll + * Copyright (C) 1997-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -598,7 +598,11 @@ static int attribute_create(const char *dir) return osl_create_table(&attribute_table_desc); } - +/** + * Initialize the attribute table structure. + * + * \param t The table structure to initialize. + */ void attribute_init(struct afs_table *t) { t->name = attribute_table_desc.name;