aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_namestore_plugin.h')
-rw-r--r--src/include/gnunet_namestore_plugin.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/gnunet_namestore_plugin.h b/src/include/gnunet_namestore_plugin.h
index b942bb592..443c9e451 100644
--- a/src/include/gnunet_namestore_plugin.h
+++ b/src/include/gnunet_namestore_plugin.h
@@ -57,7 +57,8 @@ extern "C"
57typedef void 57typedef void
58(*GNUNET_NAMESTORE_RecordIterator) (void *cls, 58(*GNUNET_NAMESTORE_RecordIterator) (void *cls,
59 uint64_t serial, 59 uint64_t serial,
60 const struct GNUNET_CRYPTO_EcdsaPrivateKey *private_key, 60 const struct
61 GNUNET_CRYPTO_EcdsaPrivateKey *private_key,
61 const char *label, 62 const char *label,
62 unsigned int rd_count, 63 unsigned int rd_count,
63 const struct GNUNET_GNSRECORD_Data *rd); 64 const struct GNUNET_GNSRECORD_Data *rd);
@@ -66,7 +67,8 @@ typedef void
66/** 67/**
67 * @brief struct returned by the initialization function of the plugin 68 * @brief struct returned by the initialization function of the plugin
68 */ 69 */
69struct GNUNET_NAMESTORE_PluginFunctions { 70struct GNUNET_NAMESTORE_PluginFunctions
71{
70 /** 72 /**
71 * Closure to pass to all plugin functions. 73 * Closure to pass to all plugin functions.
72 */ 74 */