aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_regex_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_regex_lib.h b/src/include/gnunet_regex_lib.h
index ebeb9e50c..93a05d193 100644
--- a/src/include/gnunet_regex_lib.h
+++ b/src/include/gnunet_regex_lib.h
@@ -266,7 +266,7 @@ struct GNUNET_REGEX_search_handle;
266 * Announce a regular expression: put all states of the automaton in the DHT. 266 * Announce a regular expression: put all states of the automaton in the DHT.
267 * Does not free resources, must call GNUNET_REGEX_announce_cancel for that. 267 * Does not free resources, must call GNUNET_REGEX_announce_cancel for that.
268 * 268 *
269 * @param dht An existing and valid DHT service handle. 269 * @param dht An existing and valid DHT service handle. CANNOT be NULL.
270 * @param id ID to announce as provider of regex. Own ID in most cases. 270 * @param id ID to announce as provider of regex. Own ID in most cases.
271 * @param regex Regular expression to announce. 271 * @param regex Regular expression to announce.
272 * @param compression How many characters per edge can we squeeze? 272 * @param compression How many characters per edge can we squeeze?