aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fs/fs_unindex.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index c32a10cbf..8f09c44f6 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -265,6 +265,9 @@ struct GNUNET_FS_UnindexContext *
265GNUNET_FS_unindex (struct GNUNET_FS_Handle *h, 265GNUNET_FS_unindex (struct GNUNET_FS_Handle *h,
266 const char *filename) 266 const char *filename)
267{ 267{
268 // 1: compute file-id (hash over entire file)
269 // 2: notify FS service about file no longer being indexed
270 // 3: remove corresponding blocks from datastore!
268 return NULL; 271 return NULL;
269} 272}
270 273