-do need to install plibc and other headers after all -- #2470
authorChristian Grothoff <christian@grothoff.org>
Fri, 29 Jun 2012 10:11:55 +0000 (10:11 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 29 Jun 2012 10:11:55 +0000 (10:11 +0000)
src/include/Makefile.am
src/include/gnunet_namestore_plugin.h

index 94f21d055739b6cfe8ccb43b0a24ad746ea6bff7..8a326e1bf3945762e642cd1ecd89405a72ee7e24 100644 (file)
@@ -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 \
index b27867f896d37795b7a7188c28de9cc3caacd04d..1168e0d13baeeafe78eca56550b99f9be72976fc 100644 (file)
@@ -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,