aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_namestore_plugin.h')
-rw-r--r--src/include/gnunet_namestore_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_namestore_plugin.h b/src/include/gnunet_namestore_plugin.h
index b27867f..1168e0d 100644
--- a/src/include/gnunet_namestore_plugin.h
+++ b/src/include/gnunet_namestore_plugin.h
@@ -120,6 +120,7 @@ struct GNUNET_NAMESTORE_PluginFunctions
* @param iter function to call with the result
* @param iter_cls closure for iter
* @return GNUNET_OK on success, GNUNET_NO if there were no results, GNUNET_SYSERR on error
+ * 'iter' will have been called unless the return value is 'GNUNET_SYSERR'
*/
int (*iterate_records) (void *cls,
const struct GNUNET_CRYPTO_ShortHashCode *zone,
@@ -138,6 +139,7 @@ struct GNUNET_NAMESTORE_PluginFunctions
* @param iter function to call with the result
* @param iter_cls closure for iter
* @return GNUNET_OK on success, GNUNET_NO if there were no results, GNUNET_SYSERR on error
+ * 'iter' will have been called unless the return value is 'GNUNET_SYSERR'
*/
int (*zone_to_name) (void *cls,
const struct GNUNET_CRYPTO_ShortHashCode *zone,