diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-06-26 12:16:38 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-06-26 12:16:38 +0000 |
commit | 7c7ab1f51ee370790f279573643319c754ba67f4 (patch) | |
tree | 15852f1f9582c6df771b9a5c4eb1d6244d1c8826 /src/regex/test_regex_iterate_api.c | |
parent | 248fc3245a98731cf6fbb1bf460cd4e2e2d56de8 (diff) |
-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.c | 2 |
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 0602888976..acbdf9f444 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, ctx->match_count++; } - if (GNUNET_OK != REGEX_INTERNAL_check_proof (proof, strlen (proof), key)) + if (GNUNET_OK != REGEX_BLOCK_check_proof (proof, strlen (proof), key)) { ctx->error++; GNUNET_log (GNUNET_ERROR_TYPE_ERROR, |