gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r19914 - gnunet/src/include
Date: Wed, 22 Feb 2012 11:02:56 +0100

Author: grothoff
Date: 2012-02-22 11:02:56 +0100 (Wed, 22 Feb 2012)
New Revision: 19914

Modified:
   gnunet/src/include/gnunet_namestore_plugin.h
Log:
-fix

Modified: gnunet/src/include/gnunet_namestore_plugin.h
===================================================================
--- gnunet/src/include/gnunet_namestore_plugin.h        2012-02-22 10:02:26 UTC 
(rev 19913)
+++ gnunet/src/include/gnunet_namestore_plugin.h        2012-02-22 10:02:56 UTC 
(rev 19914)
@@ -212,7 +212,7 @@
    * @param cb function to call with the result
    * @param cb_cls closure for cont
    */
-  void (*get_node) (void *cls, 
+  int (*get_node) (void *cls, 
                    const GNUNET_HashCode *zone,
                    const struct GNUNET_NAMESTORE_SignatureLocation *loc,
                    GNUNET_NAMESTORE_NodeCallback cb, void *cb_cls);
@@ -226,7 +226,7 @@
    * @param cb function to call with the result
    * @param cb_cls closure for cont
    */
-  void (*get_signature) (void *cls, 
+  int (*get_signature) (void *cls, 
                         const GNUNET_HashCode *zone,
                         GNUNET_NAMESTORE_SignatureCallback cb, void *cb_cls);
 




reply via email to

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