aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_indexing.h
diff options
context:
space:
mode:
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