diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-06-26 11:51:44 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-06-26 11:51:44 +0000 |
commit | 9058f938b0a651aaa3345755b76395c3385d246d (patch) | |
tree | c21583b85693e152de8af325c014eb52c716919d /src/regex/plugin_block_regex.c | |
parent | 5f38f9933e6f19fcef0ded8aad3d6db4e6cbb666 (diff) |
-renaming symbols of the block library to use the REGEX_BLOCK_ prefix and not the REGEX_INTERNAL_ prefix
Diffstat (limited to 'src/regex/plugin_block_regex.c')
-rw-r--r-- | src/regex/plugin_block_regex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/plugin_block_regex.c b/src/regex/plugin_block_regex.c index 565356786f..9bbf4afedb 100644 --- a/src/regex/plugin_block_regex.c +++ b/src/regex/plugin_block_regex.c @@ -108,10 +108,10 @@ evaluate_block_regex (void *cls, enum GNUNET_BLOCK_Type type, GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Block with no xquery\n"); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, " key: %s, %u edges\n", GNUNET_h2s (&rblock->key), ntohl (rblock->n_edges)); - REGEX_INTERNAL_block_iterate (rblock, reply_block_size, &rdebug, NULL); + REGEX_BLOCK_iterate (rblock, reply_block_size, &rdebug, NULL); return GNUNET_BLOCK_EVALUATION_RESULT_INVALID; } - switch (REGEX_INTERNAL_block_check (reply_block, + switch (REGEX_BLOCK_check (reply_block, reply_block_size, xquery)) { |