aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_indexing.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/fs/gnunet-service-fs_indexing.h
parent7217c601ad30760872823193d62307e7a335d226 (diff)
downloadgnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.tar.gz
gnunet-75a33a1499cf60ea4364c9aa673816629a6c1413.zip
big scheduler refactoring, expect some issues
Diffstat (limited to 'src/fs/gnunet-service-fs_indexing.h')
-rw-r--r--src/fs/gnunet-service-fs_indexing.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs_indexing.h b/src/fs/gnunet-service-fs_indexing.h
index bf063fcbd..885e141e2 100644
--- a/src/fs/gnunet-service-fs_indexing.h
+++ b/src/fs/gnunet-service-fs_indexing.h
@@ -110,14 +110,12 @@ GNUNET_FS_handle_unindex (void *cls,
110/** 110/**
111 * Initialize the indexing submodule. 111 * Initialize the indexing submodule.
112 * 112 *
113 * @param s scheduler to use
114 * @param c configuration to use 113 * @param c configuration to use
115 * @param d datastore to use 114 * @param d datastore to use
116 * @return GNUNET_OK on success 115 * @return GNUNET_OK on success
117 */ 116 */
118int 117int
119GNUNET_FS_indexing_init (struct GNUNET_SCHEDULER_Handle *s, 118GNUNET_FS_indexing_init (const struct GNUNET_CONFIGURATION_Handle *c,
120 const struct GNUNET_CONFIGURATION_Handle *c,
121 struct GNUNET_DATASTORE_Handle *d); 119 struct GNUNET_DATASTORE_Handle *d);
122 120
123 121