aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-publish.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-publish.c
parent7864d3fc9dc21f7a91e6f7b5a380840a2b4d7f7a (diff)
downloadgnunet-76fe0e518c1b00878102777513f53e754eb20013.tar.gz
gnunet-76fe0e518c1b00878102777513f53e754eb20013.zip
fixing documentation
Diffstat (limited to 'src/fs/gnunet-publish.c')
-rw-r--r--src/fs/gnunet-publish.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index 65f437f11..226877b15 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -139,7 +139,10 @@ progress_cb (void *cls,
139 * 139 *
140 * @param cls closure 140 * @param cls closure
141 * @param type type of the meta data 141 * @param type type of the meta data
142 * @param format format of data
143 * @param data_mime_type mime type of data
142 * @param data value of the meta data 144 * @param data value of the meta data
145 * @param data_size number of bytes in data
143 * @return always 0 146 * @return always 0
144 */ 147 */
145static int 148static int
@@ -169,7 +172,10 @@ meta_printer (void *cls,
169 * 172 *
170 * @param cls closure, target metadata structure 173 * @param cls closure, target metadata structure
171 * @param type type of the meta data 174 * @param type type of the meta data
175 * @param format format of data
176 * @param data_mime_type mime type of data
172 * @param data value of the meta data 177 * @param data value of the meta data
178 * @param data_size number of bytes in data
173 * @return always 0 179 * @return always 0
174 */ 180 */
175static int 181static int