aboutsummaryrefslogtreecommitdiff
path: root/src/regex/test_regex_iterate_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-26 12:16:38 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-26 12:16:38 +0000
commit7c7ab1f51ee370790f279573643319c754ba67f4 (patch)
tree15852f1f9582c6df771b9a5c4eb1d6244d1c8826 /src/regex/test_regex_iterate_api.c
parent248fc3245a98731cf6fbb1bf460cd4e2e2d56de8 (diff)
downloadgnunet-7c7ab1f51ee370790f279573643319c754ba67f4.tar.gz
gnunet-7c7ab1f51ee370790f279573643319c754ba67f4.zip
-renaming symbols of the block library to use the REGEX_BLOCK_ prefix and not the REGEX_INTERNAL_ prefix
Diffstat (limited to 'src/regex/test_regex_iterate_api.c')
-rw-r--r--src/regex/test_regex_iterate_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/test_regex_iterate_api.c b/src/regex/test_regex_iterate_api.c
index 060288897..acbdf9f44 100644
--- a/src/regex/test_regex_iterate_api.c
+++ b/src/regex/test_regex_iterate_api.c
@@ -103,7 +103,7 @@ key_iterator (void *cls, const struct GNUNET_HashCode *key,
103 ctx->match_count++; 103 ctx->match_count++;
104 } 104 }
105 105
106 if (GNUNET_OK != REGEX_INTERNAL_check_proof (proof, strlen (proof), key)) 106 if (GNUNET_OK != REGEX_BLOCK_check_proof (proof, strlen (proof), key))
107 { 107 {
108 ctx->error++; 108 ctx->error++;
109 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 109 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,