aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-01 12:44:39 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-01 12:44:39 +0200
commita5e3e870f27c8ef3a3cd5d59a686a3050f9c64fb (patch)
tree6eec8a07a9a932d3c7b36f196ad01428e4f0ed63 /src/include
parent8f2f5bc2ee8ebf9b059b7b7e3104f25c5c363458 (diff)
downloadgnunet-a5e3e870f27c8ef3a3cd5d59a686a3050f9c64fb.tar.gz
gnunet-a5e3e870f27c8ef3a3cd5d59a686a3050f9c64fb.zip
more extensive namestore tests for the non-sqlite plugins, with bugfixes
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_namestore_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_namestore_plugin.h b/src/include/gnunet_namestore_plugin.h
index c3ab4d8bf..e15068222 100644
--- a/src/include/gnunet_namestore_plugin.h
+++ b/src/include/gnunet_namestore_plugin.h
@@ -99,7 +99,7 @@ struct GNUNET_NAMESTORE_PluginFunctions
99 * @param label name of the record in the zone 99 * @param label name of the record in the zone
100 * @param iter function to call with the result 100 * @param iter function to call with the result
101 * @param iter_cls closure for @a iter 101 * @param iter_cls closure for @a iter
102 * @return #GNUNET_OK on success, else #GNUNET_SYSERR 102 * @return #GNUNET_OK on success, #GNUNET_NO for no results, else #GNUNET_SYSERR
103 */ 103 */
104 int 104 int
105 (*lookup_records) (void *cls, 105 (*lookup_records) (void *cls,