aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_datastore_service.h')
-rw-r--r--src/include/gnunet_datastore_service.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index 8d35f7900..4c9fad965 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -57,15 +57,11 @@ struct GNUNET_DATASTORE_Handle;
57 * Connect to the datastore service. 57 * Connect to the datastore service.
58 * 58 *
59 * @param cfg configuration to use 59 * @param cfg configuration to use
60 * @param sched scheduler to use
61 * @return handle to use to access the service 60 * @return handle to use to access the service
62 */ 61 */
63struct GNUNET_DATASTORE_Handle *GNUNET_DATASTORE_connect (const struct 62struct GNUNET_DATASTORE_Handle *GNUNET_DATASTORE_connect (const struct
64 GNUNET_CONFIGURATION_Handle 63 GNUNET_CONFIGURATION_Handle
65 *cfg, 64 *cfg);
66 struct
67 GNUNET_SCHEDULER_Handle
68 *sched);
69 65
70 66
71/** 67/**