aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-08-30 21:46:14 +0000
committerChristian Grothoff <christian@grothoff.org>2009-08-30 21:46:14 +0000
commit6c3d739e98b2a9e862fdd5976b2b042f43dd2460 (patch)
tree3e05d03a7c26caefd2e9f2923474bf12bb951c84 /src
parent0634957156088bc3c53d787c13ba3006307d8ca5 (diff)
downloadgnunet-6c3d739e98b2a9e862fdd5976b2b042f43dd2460.tar.gz
gnunet-6c3d739e98b2a9e862fdd5976b2b042f43dd2460.zip
notes
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