From: Matthias Wachs Date: Tue, 21 Feb 2012 10:12:42 +0000 (+0000) Subject: - fixed definition X-Git-Tag: initial-import-from-subversion-38251~14783 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=baed13e684f56a7394ace6b81cb73b5fc108a192;p=oweals%2Fgnunet.git - fixed definition --- diff --git a/src/include/gnunet_namestore_plugin.h b/src/include/gnunet_namestore_plugin.h index e93adb22c..ecdc40f09 100644 --- a/src/include/gnunet_namestore_plugin.h +++ b/src/include/gnunet_namestore_plugin.h @@ -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 @@ typedef void (*GNUNET_NAMESTORE_RecordIterator) (void *cls, * 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 @@ struct GNUNET_NAMESTORE_PluginFunctions * @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,