aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-15 19:19:15 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-15 19:19:15 +0000
commit3870566bc19708599a4ed6b6e8b0103bcc854932 (patch)
treee5c8a187897412dd4a4f005c17b13cd8569e9e2e /src/include/gnunet_container_lib.h
parent8b20ea06fdb75740cead194d5c6826b4233ec500 (diff)
downloadgnunet-3870566bc19708599a4ed6b6e8b0103bcc854932.tar.gz
gnunet-3870566bc19708599a4ed6b6e8b0103bcc854932.zip
-minor style fixes
Diffstat (limited to 'src/include/gnunet_container_lib.h')
-rw-r--r--src/include/gnunet_container_lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index a808c52a6..ad7bb8cc0 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -398,7 +398,8 @@ GNUNET_CONTAINER_meta_data_add_publication_date (struct
398 * Iterate over MD entries. 398 * Iterate over MD entries.
399 * 399 *
400 * @param md metadata to inspect 400 * @param md metadata to inspect
401 * @param iter function to call on each entry 401 * @param iter function to call on each entry, return 0 to continue to iterate
402 * and 1 to abort iteration in this function (GNU libextractor API!)
402 * @param iter_cls closure for @a iter 403 * @param iter_cls closure for @a iter
403 * @return number of entries 404 * @return number of entries
404 */ 405 */
@@ -407,6 +408,7 @@ GNUNET_CONTAINER_meta_data_iterate (const struct GNUNET_CONTAINER_MetaData *md,
407 EXTRACTOR_MetaDataProcessor iter, 408 EXTRACTOR_MetaDataProcessor iter,
408 void *iter_cls); 409 void *iter_cls);
409 410
411
410/** 412/**
411 * @ingroup metadata 413 * @ingroup metadata
412 * Get the first MD entry of the given type. Caller 414 * Get the first MD entry of the given type. Caller