aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-29 10:11:55 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-29 10:11:55 +0000
commit1dbbf5be2a9a00b80200b98e8722095e082a4588 (patch)
treeeab182aace2377c2a8fcbcab7aff327ec2ed0a6a /src/include/gnunet_namestore_plugin.h
parent674e485bc34defc68cf1a8b4909cec9a4c5040d9 (diff)
downloadgnunet-1dbbf5be2a9a00b80200b98e8722095e082a4588.tar.gz
gnunet-1dbbf5be2a9a00b80200b98e8722095e082a4588.zip
-do need to install plibc and other headers after all -- #2470
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 b27867f89..1168e0d13 100644
--- a/src/include/gnunet_namestore_plugin.h
+++ b/src/include/gnunet_namestore_plugin.h
@@ -120,6 +120,7 @@ struct GNUNET_NAMESTORE_PluginFunctions
120 * @param iter function to call with the result 120 * @param iter function to call with the result
121 * @param iter_cls closure for iter 121 * @param iter_cls closure for iter
122 * @return GNUNET_OK on success, GNUNET_NO if there were no results, GNUNET_SYSERR on error 122 * @return GNUNET_OK on success, GNUNET_NO if there were no results, GNUNET_SYSERR on error
123 * 'iter' will have been called unless the return value is 'GNUNET_SYSERR'
123 */ 124 */
124 int (*iterate_records) (void *cls, 125 int (*iterate_records) (void *cls,
125 const struct GNUNET_CRYPTO_ShortHashCode *zone, 126 const struct GNUNET_CRYPTO_ShortHashCode *zone,
@@ -138,6 +139,7 @@ struct GNUNET_NAMESTORE_PluginFunctions
138 * @param iter function to call with the result 139 * @param iter function to call with the result
139 * @param iter_cls closure for iter 140 * @param iter_cls closure for iter
140 * @return GNUNET_OK on success, GNUNET_NO if there were no results, GNUNET_SYSERR on error 141 * @return GNUNET_OK on success, GNUNET_NO if there were no results, GNUNET_SYSERR on error
142 * 'iter' will have been called unless the return value is 'GNUNET_SYSERR'
141 */ 143 */
142 int (*zone_to_name) (void *cls, 144 int (*zone_to_name) (void *cls,
143 const struct GNUNET_CRYPTO_ShortHashCode *zone, 145 const struct GNUNET_CRYPTO_ShortHashCode *zone,