aboutsummaryrefslogtreecommitdiff
path: root/src/regex/plugin_block_regex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-22 00:06:17 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-22 00:06:17 +0000
commita1d7df8eb6f760367286cb609d52d6f7f7532042 (patch)
treedc4782528dc191d0697c2fd62e990b25551a7951 /src/regex/plugin_block_regex.c
parent67284306ef172f705e0c421e7456199df3a55823 (diff)
downloadgnunet-a1d7df8eb6f760367286cb609d52d6f7f7532042.tar.gz
gnunet-a1d7df8eb6f760367286cb609d52d6f7f7532042.zip
-fix calculation of block size, doxygen
Diffstat (limited to 'src/regex/plugin_block_regex.c')
-rw-r--r--src/regex/plugin_block_regex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/plugin_block_regex.c b/src/regex/plugin_block_regex.c
index ac9eee07c..43ebe7b32 100644
--- a/src/regex/plugin_block_regex.c
+++ b/src/regex/plugin_block_regex.c
@@ -270,9 +270,9 @@ block_plugin_regex_evaluate (void *cls, enum GNUNET_BLOCK_Type type,
270 * @param cls closure 270 * @param cls closure
271 * @param type block type 271 * @param type block type
272 * @param block block to get the key for 272 * @param block block to get the key for
273 * @param block_size number of bytes in block 273 * @param block_size number of bytes in @a block
274 * @param key set to the key (query) for the given block 274 * @param key set to the key (query) for the given block
275 * @return GNUNET_OK on success, GNUNET_SYSERR if type not supported 275 * @return #GNUNET_OK on success, #GNUNET_SYSERR if type not supported
276 * (or if extracting a key from a block of this type does not work) 276 * (or if extracting a key from a block of this type does not work)
277 */ 277 */
278static int 278static int