From 340eac62af8df19b062fae89180684c5a02c2d6a Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 22 May 2013 08:06:48 +0000 Subject: [PATCH] - doc --- src/include/gnunet_regex_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? -- 2.25.1