X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=attribute.c;h=d22511de76f92f19835b6c5c57faa54ba9360eab;hp=569c8922c23c1412284eedd2a17f54b7d98ec457;hb=8eb5a15bfcc068e8d2504bb84b14455e9fc7c3ba;hpb=01556501c32d5ec155cc7e2cd78307ec1f177a07 diff --git a/attribute.c b/attribute.c index 569c8922..d22511de 100644 --- a/attribute.c +++ b/attribute.c @@ -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;