diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-12-20 15:26:03 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-12-20 15:26:03 +0000 |
commit | d544e81283a24082e6423c8f4377939f6fefa780 (patch) | |
tree | ab8aaf264cdd6d27853ff15a2f7542c801acf721 /src/regex/regex_api.c | |
parent | a0a09022f0d0df917465b8e71753a69f066058d3 (diff) |
-use the same hash function to map service name to hash, not once strlen and then strlen+1
Diffstat (limited to 'src/regex/regex_api.c')
-rw-r--r-- | src/regex/regex_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/regex_api.c b/src/regex/regex_api.c index 0da97d0727..979f58d475 100644 --- a/src/regex/regex_api.c +++ b/src/regex/regex_api.c @@ -186,7 +186,7 @@ struct GNUNET_REGEX_Search GNUNET_REGEX_Found callback; /** - * Closure for 'callback'. + * Closure for @e callback. */ void *callback_cls; @@ -201,7 +201,7 @@ struct GNUNET_REGEX_Search * We got a response or disconnect after asking regex * to do the search. Handle it. * - * @param cls the 'struct GNUNET_REGEX_Search' to retry + * @param cls the `struct GNUNET_REGEX_Search` to retry * @param msg NULL on disconnect */ static void |