aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-18 18:00:12 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-18 18:00:12 +0000
commitc3bb2fde588bc1f9d822bc5dfbbb930e52a21b83 (patch)
treea0f4a183b6dded627a1a133a4c1e3cf8c2a2ff2f /src/fs/fs_unindex.c
parentc871949ce934d896718de59775c8b0b7285720c1 (diff)
downloadgnunet-c3bb2fde588bc1f9d822bc5dfbbb930e52a21b83.tar.gz
gnunet-c3bb2fde588bc1f9d822bc5dfbbb930e52a21b83.zip
minor consistency improvements to FS API and another testcase that compiles but does not yet run
Diffstat (limited to 'src/fs/fs_unindex.c')
-rw-r--r--src/fs/fs_unindex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index 53814e186..4a57c7d59 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -392,8 +392,8 @@ process_hash (void *cls,
392 * @return NULL on error, otherwise handle 392 * @return NULL on error, otherwise handle
393 */ 393 */
394struct GNUNET_FS_UnindexContext * 394struct GNUNET_FS_UnindexContext *
395GNUNET_FS_unindex (struct GNUNET_FS_Handle *h, 395GNUNET_FS_unindex_start (struct GNUNET_FS_Handle *h,
396 const char *filename) 396 const char *filename)
397{ 397{
398 struct GNUNET_FS_UnindexContext *ret; 398 struct GNUNET_FS_UnindexContext *ret;
399 struct GNUNET_FS_ProgressInfo pi; 399 struct GNUNET_FS_ProgressInfo pi;