projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Don't let make write the filename into the output
[paraslash.git]
/
attribute.c
diff --git
a/attribute.c
b/attribute.c
index
655c286
..
d22511d
100644
(file)
--- a/
attribute.c
+++ b/
attribute.c
@@
-1,5
+1,5
@@
/*
/*
- * Copyright (C) 1997-200
8
Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 1997-200
9
Andre Noll <maan@systemlinux.org>
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
*
* 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);
}
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;
void attribute_init(struct afs_table *t)
{
t->name = attribute_table_desc.name;