aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-directory.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-22 19:06:35 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-22 19:06:35 +0000
commit4ad96e182037d35ec6e62a8bfb1d2ea9b14be106 (patch)
tree7e5b055bce051c11bfd460443956e619466d4710 /src/fs/gnunet-directory.c
parentd62bacc863759d211988cd59d0f0849e378d2a61 (diff)
downloadgnunet-4ad96e182037d35ec6e62a8bfb1d2ea9b14be106.tar.gz
gnunet-4ad96e182037d35ec6e62a8bfb1d2ea9b14be106.zip
documentation cleanup
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