From 1dbbf5be2a9a00b80200b98e8722095e082a4588 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 29 Jun 2012 10:11:55 +0000 Subject: -do need to install plibc and other headers after all -- #2470 --- src/include/Makefile.am | 4 +--- src/include/gnunet_namestore_plugin.h | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include') diff --git a/src/include/Makefile.am b/src/include/Makefile.am index 94f21d055..8a326e1bf 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -11,14 +11,12 @@ endif EXTRA_DIST = \ gauger.h \ - gettext.h \ - plibc.h $(WINPROC) \ block_fs.h \ block_dns.h \ block_gns.h gnunetinclude_HEADERS = \ - platform.h \ + platform.h plibc.h $(WINPROC) gettext.h \ gnunet_applications.h \ gnunet_arm_service.h \ gnunet_ats_service.h \ 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 * @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, -- cgit v1.2.3