aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_container_multihashmap.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-12 19:07:40 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-12 19:07:40 +0000
commit6c471eeb15e27f8226492b4860a3c2acb94c5f25 (patch)
treea3a9dcba12ee5356c03056c10b7aba5367b2ef34 /src/util/test_container_multihashmap.c
parent16bcbbea7133fd2265d46bd2ae1dc70e8c9ba96f (diff)
downloadgnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.tar.gz
gnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.zip
-consistently use struct GNUNET_HashCode
Diffstat (limited to 'src/util/test_container_multihashmap.c')
-rw-r--r--src/util/test_container_multihashmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_container_multihashmap.c b/src/util/test_container_multihashmap.c
index ba621c17e..befd0ce46 100644
--- a/src/util/test_container_multihashmap.c
+++ b/src/util/test_container_multihashmap.c
@@ -35,8 +35,8 @@ static int
35testMap (int i) 35testMap (int i)
36{ 36{
37 struct GNUNET_CONTAINER_MultiHashMap *m; 37 struct GNUNET_CONTAINER_MultiHashMap *m;
38 GNUNET_HashCode k1; 38 struct GNUNET_HashCode k1;
39 GNUNET_HashCode k2; 39 struct GNUNET_HashCode k2;
40 const char *ret; 40 const char *ret;
41 int j; 41 int j;
42 42