summaryrefslogtreecommitdiff
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.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