diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-06-26 12:16:12 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-06-26 12:16:12 +0000 |
commit | 248fc3245a98731cf6fbb1bf460cd4e2e2d56de8 (patch) | |
tree | c0606c24a1c74d5f507d267b03d267a5cfaf4009 /src/regex/regex_internal_lib.h | |
parent | c0101989bb0864a3688f57370e712c91c14ab1cd (diff) |
-moving REGEX_INTERNAL_check_proof to libgnunetregexblock, integrating proof check into block plugin
Diffstat (limited to 'src/regex/regex_internal_lib.h')
-rw-r--r-- | src/regex/regex_internal_lib.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/regex/regex_internal_lib.h b/src/regex/regex_internal_lib.h index 1c8946449a..3d4a1b65c2 100644 --- a/src/regex/regex_internal_lib.h +++ b/src/regex/regex_internal_lib.h @@ -108,24 +108,11 @@ REGEX_INTERNAL_get_first_key (const char *input_string, size_t string_len, /** - * Check if the given 'proof' matches the given 'key'. - * - * @param proof partial regex of a state. - * @param key hash of a state. - * - * @return GNUNET_OK if the proof is valid for the given key. - */ -int -REGEX_INTERNAL_check_proof (const char *proof, - const struct GNUNET_HashCode *key); - - -/** * Iterator callback function. * * @param cls closure. * @param key hash for current state. - * @param proof proof for current state. + * @param proof proof for current state * @param accepting GNUNET_YES if this is an accepting state, GNUNET_NO if not. * @param num_edges number of edges leaving current state. * @param edges edges leaving current state. |