aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-05-22 08:06:48 +0000
committerBart Polot <bart@net.in.tum.de>2013-05-22 08:06:48 +0000
commit340eac62af8df19b062fae89180684c5a02c2d6a (patch)
tree5ac3a9e3a76afeffb361b10f70580e1972906038 /src/include
parent039de72d8f315ac395ee6c3a4fe7f505f02469ed (diff)
downloadgnunet-340eac62af8df19b062fae89180684c5a02c2d6a.tar.gz
gnunet-340eac62af8df19b062fae89180684c5a02c2d6a.zip
- doc
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?