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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index d52591148..1eb55a4c5 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -534,7 +534,7 @@ enum GNUNET_CONTAINER_MultiHashMapOption
534 * GNUNET_NO if not. 534 * GNUNET_NO if not.
535 */ 535 */
536typedef int (*GNUNET_CONTAINER_HashMapIterator) (void *cls, 536typedef int (*GNUNET_CONTAINER_HashMapIterator) (void *cls,
537 const struct GNUNET_HashCode * key, 537 const struct GNUNET_HashCode *key,
538 void *value); 538 void *value);
539 539
540 540