aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-directory.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-14 18:24:18 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-14 18:24:18 +0000
commit76fe0e518c1b00878102777513f53e754eb20013 (patch)
treee9fcbef8663c036ec55dd5dad314cbb3c3d2ec62 /src/fs/gnunet-directory.c
parent7864d3fc9dc21f7a91e6f7b5a380840a2b4d7f7a (diff)
downloadgnunet-76fe0e518c1b00878102777513f53e754eb20013.tar.gz
gnunet-76fe0e518c1b00878102777513f53e754eb20013.zip
fixing documentation
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 3ea76985e..fe2ae8af6 100644
--- a/src/fs/gnunet-directory.c
+++ b/src/fs/gnunet-directory.c
@@ -32,7 +32,11 @@ static int ret;
32 * 32 *
33 * @param cls closure (unused) 33 * @param cls closure (unused)
34 * @param type type of the keyword 34 * @param type type of the keyword
35 * @param data value of the keyword 35 * @param format format of data
36 * @param data_mime_type mime type of data
37 * @param data value of the meta data
38 * @param data_size number of bytes in data
39 * @return always 0 (to continue iterating)
36 */ 40 */
37static int 41static int
38item_printer (void *cls, 42item_printer (void *cls,