From fdcd2a591ecc04371a92e7eec352c9e6a8c2eb5c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 22 Feb 2012 10:02:56 +0000 Subject: [PATCH] -fix --- src/include/gnunet_namestore_plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/gnunet_namestore_plugin.h b/src/include/gnunet_namestore_plugin.h index 2bac194e6..8ff2adf4a 100644 --- a/src/include/gnunet_namestore_plugin.h +++ b/src/include/gnunet_namestore_plugin.h @@ -212,7 +212,7 @@ struct GNUNET_NAMESTORE_PluginFunctions * @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 @@ struct GNUNET_NAMESTORE_PluginFunctions * @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); -- 2.25.1