aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_block_plugin.h
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/include/gnunet_block_plugin.h
parent16bcbbea7133fd2265d46bd2ae1dc70e8c9ba96f (diff)
downloadgnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.tar.gz
gnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.zip
-consistently use struct GNUNET_HashCode
Diffstat (limited to 'src/include/gnunet_block_plugin.h')
-rw-r--r--src/include/gnunet_block_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_block_plugin.h b/src/include/gnunet_block_plugin.h
index 0ead4afad..ac549fec7 100644
--- a/src/include/gnunet_block_plugin.h
+++ b/src/include/gnunet_block_plugin.h
@@ -56,7 +56,7 @@ typedef enum
56 GNUNET_BLOCK_Type 56 GNUNET_BLOCK_Type
57 type, 57 type,
58 const 58 const
59 GNUNET_HashCode 59 struct GNUNET_HashCode
60 * query, 60 * query,
61 struct 61 struct
62 GNUNET_CONTAINER_BloomFilter 62 GNUNET_CONTAINER_BloomFilter
@@ -90,7 +90,7 @@ typedef int (*GNUNET_BLOCK_GetKeyFunction) (void *cls,
90 enum GNUNET_BLOCK_Type type, 90 enum GNUNET_BLOCK_Type type,
91 const void *block, 91 const void *block,
92 size_t block_size, 92 size_t block_size,
93 GNUNET_HashCode * key); 93 struct GNUNET_HashCode * key);
94 94
95 95
96 96