aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_block_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-06 11:17:16 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-06 11:17:16 +0000
commit84592357d1610fb2923798fb975b202d7260f971 (patch)
tree6cea2119c92a5dcb476035b6ae4874e0709c62d3 /src/include/gnunet_block_lib.h
parentf75170c496938724d523a8b934e051fe326c4637 (diff)
downloadgnunet-84592357d1610fb2923798fb975b202d7260f971.tar.gz
gnunet-84592357d1610fb2923798fb975b202d7260f971.zip
indicate malformed blocks
Diffstat (limited to 'src/include/gnunet_block_lib.h')
-rw-r--r--src/include/gnunet_block_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_block_lib.h b/src/include/gnunet_block_lib.h
index 18cb7b7f3..15119f445 100644
--- a/src/include/gnunet_block_lib.h
+++ b/src/include/gnunet_block_lib.h
@@ -219,7 +219,7 @@ GNUNET_BLOCK_evaluate (struct GNUNET_BLOCK_Context *ctx,
219 * @param block_size number of bytes in block 219 * @param block_size number of bytes in block
220 * @param key set to the key (query) for the given block 220 * @param key set to the key (query) for the given block
221 * @return GNUNET_OK on success, 221 * @return GNUNET_OK on success,
222 * GNUNET_NO if the block is malformed, FIXME: cg! 222 * GNUNET_NO if the block is malformed
223 * GNUNET_SYSERR if type not supported 223 * GNUNET_SYSERR if type not supported
224 * (or if extracting a key from a block of this type does not work) 224 * (or if extracting a key from a block of this type does not work)
225 */ 225 */