aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
commitc4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 (patch)
treecac3ce030d77b4cbe7c7dc62ed58cfe6d24f73e1 /src/include/gnunet_namestore_plugin.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
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 */