aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regex_internal.h')
-rw-r--r--src/regex/regex_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regex/regex_internal.h b/src/regex/regex_internal.h
index 7ab51ba699..3e4d0ca0ed 100644
--- a/src/regex/regex_internal.h
+++ b/src/regex/regex_internal.h
@@ -378,9 +378,9 @@ struct GNUNET_REGEX_Context
* @param stride_len length of the strides.
*/
void
-GNUNET_REGEX_add_multi_strides_to_dfa (struct GNUNET_REGEX_Context *regex_ctx,
- struct GNUNET_REGEX_Automaton *dfa,
- const unsigned int stride_len);
+GNUNET_REGEX_dfa_add_multi_strides (struct GNUNET_REGEX_Context *regex_ctx,
+ struct GNUNET_REGEX_Automaton *dfa,
+ const unsigned int stride_len);
/**