aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-11-05 18:21:50 +0000
committerNathan S. Evans <evans@in.tum.de>2010-11-05 18:21:50 +0000
commit75a33a1499cf60ea4364c9aa673816629a6c1413 (patch)
tree0620da4312bb04de4d7b65074fdd3b0c3dd6cc0e /src/include/gnunet_datastore_service.h
parent7217c601ad30760872823193d62307e7a335d226 (diff)
downloadgnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.tar.gz
gnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.zip
big scheduler refactoring, expect some issues
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/**