summaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_datastore_plugin.h')
-rw-r--r--src/include/gnunet_datastore_plugin.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/gnunet_datastore_plugin.h b/src/include/gnunet_datastore_plugin.h
index 95b12f7ad..113f6b2f2 100644
--- a/src/include/gnunet_datastore_plugin.h
+++ b/src/include/gnunet_datastore_plugin.h
@@ -63,7 +63,8 @@ typedef void
63 * of this type as the first and only argument to the 63 * of this type as the first and only argument to the
64 * entry point of each datastore plugin. 64 * entry point of each datastore plugin.
65 */ 65 */
66struct GNUNET_DATASTORE_PluginEnvironment { 66struct GNUNET_DATASTORE_PluginEnvironment
67{
67 /** 68 /**
68 * Configuration to use. 69 * Configuration to use.
69 */ 70 */
@@ -311,7 +312,8 @@ typedef void
311 * Each plugin is required to return a pointer to a struct of this 312 * Each plugin is required to return a pointer to a struct of this
312 * type as the return value from its entry point. 313 * type as the return value from its entry point.
313 */ 314 */
314struct GNUNET_DATASTORE_PluginFunctions { 315struct GNUNET_DATASTORE_PluginFunctions
316{
315 /** 317 /**
316 * Closure to use for all of the following callbacks 318 * Closure to use for all of the following callbacks
317 * (except "next_request"). 319 * (except "next_request").