aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regex_internal_lib.h')
-rw-r--r--src/regex/regex_internal_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/regex_internal_lib.h b/src/regex/regex_internal_lib.h
index 6b69d79eb..ec4e339d2 100644
--- a/src/regex/regex_internal_lib.h
+++ b/src/regex/regex_internal_lib.h
@@ -182,7 +182,7 @@ struct REGEX_INTERNAL_Search;
182 */ 182 */
183struct REGEX_INTERNAL_Announcement * 183struct REGEX_INTERNAL_Announcement *
184REGEX_INTERNAL_announce (struct GNUNET_DHT_Handle *dht, 184REGEX_INTERNAL_announce (struct GNUNET_DHT_Handle *dht,
185 const struct GNUNET_CRYPTO_EccPrivateKey *priv, 185 const struct GNUNET_CRYPTO_EddsaPrivateKey *priv,
186 const char *regex, 186 const char *regex,
187 uint16_t compression, 187 uint16_t compression,
188 struct GNUNET_STATISTICS_Handle *stats); 188 struct GNUNET_STATISTICS_Handle *stats);