diff options
author | Maximilian Szengel <gnunet@maxsz.de> | 2012-09-23 16:56:46 +0000 |
---|---|---|
committer | Maximilian Szengel <gnunet@maxsz.de> | 2012-09-23 16:56:46 +0000 |
commit | efcfc32fd1120bd07b5ed0c9a3349b15b463c50e (patch) | |
tree | 7e929993e5c2f3ac7f434ed8e35c5d67710fb790 /src/regex/regex_internal.h | |
parent | 1d0894d30228c49d51e47a54de25ce1a58d83fa3 (diff) |
refactoring
Diffstat (limited to 'src/regex/regex_internal.h')
-rw-r--r-- | src/regex/regex_internal.h | 6 |
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); /** |