aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_block_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regex_block_lib.h')
-rw-r--r--src/regex/regex_block_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/regex_block_lib.h b/src/regex/regex_block_lib.h
index 28da934e3..4ea4c0765 100644
--- a/src/regex/regex_block_lib.h
+++ b/src/regex/regex_block_lib.h
@@ -106,7 +106,7 @@ REGEX_BLOCK_check (const struct RegexBlock *block,
106 * @param cls Closure. 106 * @param cls Closure.
107 * @param token Token that follows to next state. 107 * @param token Token that follows to next state.
108 * @param len Length of token. 108 * @param len Length of token.
109 * @param key Hash of next state. 109 * @param key Hash of next state.
110 * 110 *
111 * @return GNUNET_YES if should keep iterating, GNUNET_NO otherwise. 111 * @return GNUNET_YES if should keep iterating, GNUNET_NO otherwise.
112 */ 112 */
@@ -158,7 +158,7 @@ REGEX_BLOCK_get_key (const struct RegexBlock *block,
158 * @param block block to test 158 * @param block block to test
159 * @param size number of bytes in block 159 * @param size number of bytes in block
160 * @return GNUNET_YES if the block is accepting, GNUNET_NO if not 160 * @return GNUNET_YES if the block is accepting, GNUNET_NO if not
161 */ 161 */
162int 162int
163GNUNET_BLOCK_is_accepting (const struct RegexBlock *block, 163GNUNET_BLOCK_is_accepting (const struct RegexBlock *block,
164 size_t block_len); 164 size_t block_len);