aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datacache_lib.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_datacache_lib.h
parent7217c601ad30760872823193d62307e7a335d226 (diff)
downloadgnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.tar.gz
gnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.zip
big scheduler refactoring, expect some issues
Diffstat (limited to 'src/include/gnunet_datacache_lib.h')
-rw-r--r--src/include/gnunet_datacache_lib.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/gnunet_datacache_lib.h b/src/include/gnunet_datacache_lib.h
index 74878f08b..5fcd99ad4 100644
--- a/src/include/gnunet_datacache_lib.h
+++ b/src/include/gnunet_datacache_lib.h
@@ -52,14 +52,12 @@ struct GNUNET_DATACACHE_Handle;
52/** 52/**
53 * Create a data cache. 53 * Create a data cache.
54 * 54 *
55 * @param sched scheduler to use
56 * @param cfg configuration to use 55 * @param cfg configuration to use
57 * @param section section in the configuration that contains our options 56 * @param section section in the configuration that contains our options
58 * @return handle to use to access the service 57 * @return handle to use to access the service
59 */ 58 */
60struct GNUNET_DATACACHE_Handle * 59struct GNUNET_DATACACHE_Handle *
61GNUNET_DATACACHE_create (struct GNUNET_SCHEDULER_Handle *sched, 60GNUNET_DATACACHE_create (const struct GNUNET_CONFIGURATION_Handle *cfg,
62 const struct GNUNET_CONFIGURATION_Handle *cfg,
63 const char *section); 61 const char *section);
64 62
65 63