aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datacache_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_datacache_plugin.h')
-rw-r--r--src/include/gnunet_datacache_plugin.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/gnunet_datacache_plugin.h b/src/include/gnunet_datacache_plugin.h
index b4e6dbe8e..d7fa8fde0 100644
--- a/src/include/gnunet_datacache_plugin.h
+++ b/src/include/gnunet_datacache_plugin.h
@@ -61,7 +61,8 @@ typedef void
61 * of this type as the first and only argument to the 61 * of this type as the first and only argument to the
62 * entry point of each datastore plugin. 62 * entry point of each datastore plugin.
63 */ 63 */
64struct GNUNET_DATACACHE_PluginEnvironment { 64struct GNUNET_DATACACHE_PluginEnvironment
65{
65 /** 66 /**
66 * Configuration to use. 67 * Configuration to use.
67 */ 68 */
@@ -93,7 +94,8 @@ struct GNUNET_DATACACHE_PluginEnvironment {
93/** 94/**
94 * @brief struct returned by the initialization function of the plugin 95 * @brief struct returned by the initialization function of the plugin
95 */ 96 */
96struct GNUNET_DATACACHE_PluginFunctions { 97struct GNUNET_DATACACHE_PluginFunctions
98{
97 /** 99 /**
98 * Closure to pass to all plugin functions. 100 * Closure to pass to all plugin functions.
99 */ 101 */