aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-directory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-directory.c')
-rw-r--r--src/fs/gnunet-directory.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/fs/gnunet-directory.c b/src/fs/gnunet-directory.c
index 0cbf700d1..8fc477614 100644
--- a/src/fs/gnunet-directory.c
+++ b/src/fs/gnunet-directory.c
@@ -29,6 +29,10 @@ static int ret;
29 29
30/** 30/**
31 * Print a meta data entry. 31 * Print a meta data entry.
32 *
33 * @param cls closure (unused)
34 * @param type type of the keyword
35 * @param data value of the keyword
32 */ 36 */
33static int 37static int
34item_printer (void *cls, 38item_printer (void *cls,
@@ -49,7 +53,7 @@ item_printer (void *cls,
49 * @param cls closure (not used) 53 * @param cls closure (not used)
50 * @param filename name of the file in the directory 54 * @param filename name of the file in the directory
51 * @param uri URI of the file 55 * @param uri URI of the file
52 * @param metadata metadata for the file; metadata for 56 * @param meta metadata for the file; metadata for
53 * the directory if everything else is NULL/zero 57 * the directory if everything else is NULL/zero
54 * @param length length of the available data for the file 58 * @param length length of the available data for the file
55 * (of type size_t since data must certainly fit 59 * (of type size_t since data must certainly fit