summaryrefslogtreecommitdiff
path: root/src/regex/regex_block_lib.h
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/regex_block_lib.h
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/regex_block_lib.h')
-rw-r--r--src/regex/regex_block_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/regex_block_lib.h b/src/regex/regex_block_lib.h
index fb1c91353..985296b4f 100644
--- a/src/regex/regex_block_lib.h
+++ b/src/regex/regex_block_lib.h
@@ -67,7 +67,7 @@ struct REGEX_BLOCK_Edge
67 * @return GNUNET_OK if the proof is valid for the given key. 67 * @return GNUNET_OK if the proof is valid for the given key.
68 */ 68 */
69int 69int
70REGEX_INTERNAL_check_proof (const char *proof, 70REGEX_BLOCK_check_proof (const char *proof,
71 size_t proof_len, 71 size_t proof_len,
72 const struct GNUNET_HashCode *key); 72 const struct GNUNET_HashCode *key);
73 73