aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-18 14:25:47 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-18 14:25:47 +0000
commitba1a6724a6da40090b9cc08a6dcccf61a246926e (patch)
treefd12a4b48548b9265e61a80933445460c3ba3b0d /src/fs
parentc914e078ab8e9dc2b65f2bc02ce260b9d1d209de (diff)
downloadgnunet-ba1a6724a6da40090b9cc08a6dcccf61a246926e.tar.gz
gnunet-ba1a6724a6da40090b9cc08a6dcccf61a246926e.zip
docu
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-directory.c1
-rw-r--r--src/fs/gnunet-publish.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/fs/gnunet-directory.c b/src/fs/gnunet-directory.c
index fe2ae8af6..de4ccdd3f 100644
--- a/src/fs/gnunet-directory.c
+++ b/src/fs/gnunet-directory.c
@@ -31,6 +31,7 @@ static int ret;
31 * Print a meta data entry. 31 * Print a meta data entry.
32 * 32 *
33 * @param cls closure (unused) 33 * @param cls closure (unused)
34 * @param plugin_name name of the plugin that generated the meta data
34 * @param type type of the keyword 35 * @param type type of the keyword
35 * @param format format of data 36 * @param format format of data
36 * @param data_mime_type mime type of data 37 * @param data_mime_type mime type of data
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index 226877b15..d063b73c7 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -138,6 +138,7 @@ progress_cb (void *cls,
138 * metadata and the filename). 138 * metadata and the filename).
139 * 139 *
140 * @param cls closure 140 * @param cls closure
141 * @param plugin_name name of the plugin that generated the meta data
141 * @param type type of the meta data 142 * @param type type of the meta data
142 * @param format format of data 143 * @param format format of data
143 * @param data_mime_type mime type of data 144 * @param data_mime_type mime type of data
@@ -171,6 +172,7 @@ meta_printer (void *cls,
171 * Merge metadata entries. 172 * Merge metadata entries.
172 * 173 *
173 * @param cls closure, target metadata structure 174 * @param cls closure, target metadata structure
175 * @param plugin_name name of the plugin that generated the meta data
174 * @param type type of the meta data 176 * @param type type of the meta data
175 * @param format format of data 177 * @param format format of data
176 * @param data_mime_type mime type of data 178 * @param data_mime_type mime type of data