- doc
authorBart Polot <bart@net.in.tum.de>
Wed, 22 May 2013 08:06:48 +0000 (08:06 +0000)
committerBart Polot <bart@net.in.tum.de>
Wed, 22 May 2013 08:06:48 +0000 (08:06 +0000)
src/include/gnunet_regex_lib.h

index ebeb9e50cb1f0e3f18b481ece2b9a0252be70e25..93a05d193b6d5767906b78cbdda4bc3a28ce9411 100644 (file)
@@ -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?