aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_block_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-07 08:01:46 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-07 08:01:46 +0000
commitb37abd79cafa9ef6221e4d86ba426ed94b037281 (patch)
treea0706e4856e68a10f3e1e68ce659bc53e65f473c /src/include/gnunet_block_lib.h
parent2d60ec0a85a587b802c4b10c6f89f30618cdab69 (diff)
downloadgnunet-b37abd79cafa9ef6221e4d86ba426ed94b037281.tar.gz
gnunet-b37abd79cafa9ef6221e4d86ba426ed94b037281.zip
stuff
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 d05cab2b6..d0eb0d5fa 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 block to get the key for 219 * @param block block to get the key for
220 * @param block_size number of bytes in block 220 * @param block_size number of bytes in block
221 * @param key set to the key (query) for the given block 221 * @param key set to the key (query) for the given block
222 * @return GNUNET_OK on success, 222 * @return GNUNET_YES on success,
223 * GNUNET_NO if the block is malformed 223 * GNUNET_NO if the block is malformed
224 * GNUNET_SYSERR if type not supported 224 * GNUNET_SYSERR if type not supported
225 * (or if extracting a key from a block of this type does not work) 225 * (or if extracting a key from a block of this type does not work)