From: Bart Polot Date: Wed, 22 May 2013 08:06:48 +0000 (+0000) Subject: - doc X-Git-Tag: initial-import-from-subversion-38251~8953 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=340eac62af8df19b062fae89180684c5a02c2d6a;p=oweals%2Fgnunet.git - doc --- 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; * Announce a regular expression: put all states of the automaton in the DHT. * Does not free resources, must call GNUNET_REGEX_announce_cancel for that. * - * @param dht An existing and valid DHT service handle. + * @param dht An existing and valid DHT service handle. CANNOT be NULL. * @param id ID to announce as provider of regex. Own ID in most cases. * @param regex Regular expression to announce. * @param compression How many characters per edge can we squeeze?