X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=attribute.c;h=cce8ce6e03bd9aef9d675de1ef79a983a294413b;hp=655c286697a6ca68c94da410ec5841276dd97ef5;hb=89e28a4361bd120dfe4202a16d85d03fb1139de8;hpb=3062b9da4f71ea236f46efda9a51add1b15cda1a diff --git a/attribute.c b/attribute.c index 655c2866..cce8ce6e 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. */ @@ -568,8 +568,7 @@ void attribute_close(void) /** * Open the attribute table. * - * \param ti Gets initialized by this function. - * \param db The database directory. + * \param dir The database directory. * * \return Positive on success, negative on errors. * @@ -598,7 +597,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;