aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-22 10:02:56 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-22 10:02:56 +0000
commitfdcd2a591ecc04371a92e7eec352c9e6a8c2eb5c (patch)
tree052458fd31d0293c5d529e892735179842482683 /src/include/gnunet_namestore_plugin.h
parent9ba50ee8878a87301922e1ace5091b481099d746 (diff)
downloadgnunet-fdcd2a591ecc04371a92e7eec352c9e6a8c2eb5c.tar.gz
gnunet-fdcd2a591ecc04371a92e7eec352c9e6a8c2eb5c.zip
-fix
Diffstat (limited to 'src/include/gnunet_namestore_plugin.h')
-rw-r--r--src/include/gnunet_namestore_plugin.h4
1 files 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
212 * @param cb function to call with the result 212 * @param cb function to call with the result
213 * @param cb_cls closure for cont 213 * @param cb_cls closure for cont
214 */ 214 */
215 void (*get_node) (void *cls, 215 int (*get_node) (void *cls,
216 const GNUNET_HashCode *zone, 216 const GNUNET_HashCode *zone,
217 const struct GNUNET_NAMESTORE_SignatureLocation *loc, 217 const struct GNUNET_NAMESTORE_SignatureLocation *loc,
218 GNUNET_NAMESTORE_NodeCallback cb, void *cb_cls); 218 GNUNET_NAMESTORE_NodeCallback cb, void *cb_cls);
@@ -226,7 +226,7 @@ struct GNUNET_NAMESTORE_PluginFunctions
226 * @param cb function to call with the result 226 * @param cb function to call with the result
227 * @param cb_cls closure for cont 227 * @param cb_cls closure for cont
228 */ 228 */
229 void (*get_signature) (void *cls, 229 int (*get_signature) (void *cls,
230 const GNUNET_HashCode *zone, 230 const GNUNET_HashCode *zone,
231 GNUNET_NAMESTORE_SignatureCallback cb, void *cb_cls); 231 GNUNET_NAMESTORE_SignatureCallback cb, void *cb_cls);
232 232