gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r19882 - gnunet/src/include
Date: Tue, 21 Feb 2012 11:12:42 +0100

Author: wachs
Date: 2012-02-21 11:12:42 +0100 (Tue, 21 Feb 2012)
New Revision: 19882

Modified:
   gnunet/src/include/gnunet_namestore_plugin.h
Log:
- fixed definition


Modified: gnunet/src/include/gnunet_namestore_plugin.h
===================================================================
--- gnunet/src/include/gnunet_namestore_plugin.h        2012-02-21 10:12:23 UTC 
(rev 19881)
+++ gnunet/src/include/gnunet_namestore_plugin.h        2012-02-21 10:12:42 UTC 
(rev 19882)
@@ -29,6 +29,8 @@
 #ifndef GNUNET_NAMESTORE_PLUGIN_H
 #define GNUNET_NAMESTORE_PLUGIN_H
 
+#include "gnunet_common.h"
+#include "gnunet_util_lib.h"
 #include "gnunet_namestore_service.h"
 
 #ifdef __cplusplus
@@ -79,7 +81,7 @@
  *                records)
  */
 typedef void (*GNUNET_NAMESTORE_NodeCallback) (void *cls,
-                                              const struct GNUNET_HashCode 
*zone,
+                                              const GNUNET_HashCode *zone,
                                               const struct 
GNUNET_NAMESTORE_SignatureLocation *loc,
                                               const struct 
GNUNET_NAMESTORE_SignatureLocation *ploc,
                                               unsigned int num_entries,
@@ -154,7 +156,7 @@
    * @return GNUNET_OK on success
    */
   int (*put_node) (void *cls, 
-                  const struct GNUNET_HashCode *zone,
+                  const GNUNET_HashCode *zone,
                   const struct GNUNET_NAMESTORE_SignatureLocation *loc,
                   const struct GNUNET_NAMESTORE_SignatureLocation *ploc,
                   unsigned int num_entries,




reply via email to

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