gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22376 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r22376 - gnunet/src/include
Date: Fri, 29 Jun 2012 12:11:55 +0200

Author: grothoff
Date: 2012-06-29 12:11:55 +0200 (Fri, 29 Jun 2012)
New Revision: 22376

Modified:
   gnunet/src/include/Makefile.am
   gnunet/src/include/gnunet_namestore_plugin.h
Log:
-do need to install plibc and other headers after all -- #2470

Modified: gnunet/src/include/Makefile.am
===================================================================
--- gnunet/src/include/Makefile.am      2012-06-29 09:45:43 UTC (rev 22375)
+++ gnunet/src/include/Makefile.am      2012-06-29 10:11:55 UTC (rev 22376)
@@ -11,14 +11,12 @@
 
 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 \

Modified: gnunet/src/include/gnunet_namestore_plugin.h
===================================================================
--- gnunet/src/include/gnunet_namestore_plugin.h        2012-06-29 09:45:43 UTC 
(rev 22375)
+++ gnunet/src/include/gnunet_namestore_plugin.h        2012-06-29 10:11:55 UTC 
(rev 22376)
@@ -120,6 +120,7 @@
    * @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 @@
    * @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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]