aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-22 00:39:38 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-22 00:39:38 +0000
commit0da48724ebe7d0a61427a966cd718171b7ecde5d (patch)
tree5e77205dea51844a77e11df2bab639ceadd9727e /src/include/gnunet_container_lib.h
parentf466a1d88a3880670b18d79d54f609ab9f43dd07 (diff)
downloadgnunet-0da48724ebe7d0a61427a966cd718171b7ecde5d.tar.gz
gnunet-0da48724ebe7d0a61427a966cd718171b7ecde5d.zip
-code hygene
Diffstat (limited to 'src/include/gnunet_container_lib.h')
-rw-r--r--src/include/gnunet_container_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 03e3b4279..4d1f194a3 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -737,7 +737,8 @@ GNUNET_CONTAINER_multihashmap_contains_value (const struct GNUNET_CONTAINER_Mult
737 */ 737 */
738int 738int
739GNUNET_CONTAINER_multihashmap_put (struct GNUNET_CONTAINER_MultiHashMap *map, 739GNUNET_CONTAINER_multihashmap_put (struct GNUNET_CONTAINER_MultiHashMap *map,
740 const struct GNUNET_HashCode * key, void *value, 740 const struct GNUNET_HashCode *key,
741 void *value,
741 enum GNUNET_CONTAINER_MultiHashMapOption 742 enum GNUNET_CONTAINER_MultiHashMapOption
742 opt); 743 opt);
743 744