aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_container_lib.h')
-rw-r--r--src/include/gnunet_container_lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 0d81abfd3..c8930746d 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -161,7 +161,7 @@ enum EXTRACTOR_MetaFormat
161 * 161 *
162 * @param cls closure (user-defined) 162 * @param cls closure (user-defined)
163 * @param plugin_name name of the plugin that produced this value; 163 * @param plugin_name name of the plugin that produced this value;
164 * special values can be used (i.e. '<zlib>' for zlib being 164 * special values can be used (e.g. '<zlib>' for zlib being
165 * used in the main libextractor library and yielding 165 * used in the main libextractor library and yielding
166 * meta data). 166 * meta data).
167 * @param type libextractor-type describing the meta data 167 * @param type libextractor-type describing the meta data
@@ -484,7 +484,7 @@ GNUNET_CONTAINER_meta_data_test_equal (
484 * 484 *
485 * @param md metadata to extend 485 * @param md metadata to extend
486 * @param plugin_name name of the plugin that produced this value; 486 * @param plugin_name name of the plugin that produced this value;
487 * special values can be used (i.e. '<zlib>' for zlib being 487 * special values can be used (e.g. '<zlib>' for zlib being
488 * used in the main libextractor library and yielding 488 * used in the main libextractor library and yielding
489 * meta data). 489 * meta data).
490 * @param type libextractor-type describing the meta data 490 * @param type libextractor-type describing the meta data
@@ -693,7 +693,7 @@ GNUNET_CONTAINER_meta_data_get_serialized_size (
693 * 693 *
694 * @param input serialized meta-data. 694 * @param input serialized meta-data.
695 * @param size number of bytes available 695 * @param size number of bytes available
696 * @return MD on success, NULL on error (i.e. 696 * @return MD on success, NULL on error (e.g.
697 * bad format) 697 * bad format)
698 */ 698 */
699struct GNUNET_CONTAINER_MetaData * 699struct GNUNET_CONTAINER_MetaData *
@@ -2441,7 +2441,7 @@ GNUNET_CONTAINER_multihashmap32_iterator_destroy (
2441 * Insertion sort of @a element into DLL from @a head to @a tail 2441 * Insertion sort of @a element into DLL from @a head to @a tail
2442 * sorted by @a comparator. 2442 * sorted by @a comparator.
2443 * 2443 *
2444 * @param TYPE element type of the elements, i.e. `struct ListElement` 2444 * @param TYPE element type of the elements, e.g. `struct ListElement`
2445 * @param comparator function like memcmp() to compare elements; takes 2445 * @param comparator function like memcmp() to compare elements; takes
2446 * three arguments, the @a comparator_cls and two elements, 2446 * three arguments, the @a comparator_cls and two elements,
2447 * returns an `int` (-1, 0 or 1) 2447 * returns an `int` (-1, 0 or 1)