aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_indexing.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-14 11:20:29 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-14 11:20:29 +0000
commitcced1cd7e8a319105177e29cc4f1720739e307bb (patch)
treefd712679c47946af449f03bf3684cc3bfa31388a /src/fs/gnunet-service-fs_indexing.h
parent5e6ff76c94890e47b51f8bd555437c0ee181e851 (diff)
downloadgnunet-cced1cd7e8a319105177e29cc4f1720739e307bb.tar.gz
gnunet-cced1cd7e8a319105177e29cc4f1720739e307bb.zip
fixes
Diffstat (limited to 'src/fs/gnunet-service-fs_indexing.h')
-rw-r--r--src/fs/gnunet-service-fs_indexing.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_indexing.h b/src/fs/gnunet-service-fs_indexing.h
index 37df50042..489e9d3f9 100644
--- a/src/fs/gnunet-service-fs_indexing.h
+++ b/src/fs/gnunet-service-fs_indexing.h
@@ -112,11 +112,13 @@ GNUNET_FS_handle_unindex (void *cls,
112 * 112 *
113 * @param s scheduler to use 113 * @param s scheduler to use
114 * @param c configuration to use 114 * @param c configuration to use
115 * @param d datastore to use
115 * @return GNUNET_OK on success 116 * @return GNUNET_OK on success
116 */ 117 */
117int 118int
118GNUNET_FS_indexing_init (struct GNUNET_SCHEDULER_Handle *s, 119GNUNET_FS_indexing_init (struct GNUNET_SCHEDULER_Handle *s,
119 const struct GNUNET_CONFIGURATION_Handle *c); 120 const struct GNUNET_CONFIGURATION_Handle *c,
121 struct GNUNET_DATASTORE_Handle *d);
120 122
121 123
122#endif 124#endif