summaryrefslogtreecommitdiff
path: root/src/fs/fs_test_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_test_lib.h')
-rw-r--r--src/fs/fs_test_lib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fs/fs_test_lib.h b/src/fs/fs_test_lib.h
index d00c21b1e..679e0745c 100644
--- a/src/fs/fs_test_lib.h
+++ b/src/fs/fs_test_lib.h
@@ -39,10 +39,13 @@
39 * 39 *
40 * @param cls closure (user defined) 40 * @param cls closure (user defined)
41 * @param uri a URI, NULL for errors 41 * @param uri a URI, NULL for errors
42 * @param fn name of the file on disk to be removed upon
43 * completion, or NULL for inserted files (also NULL on error)
42 */ 44 */
43typedef void (*GNUNET_FS_TEST_UriContinuation) (void *cls, 45typedef void (*GNUNET_FS_TEST_UriContinuation) (void *cls,
44 const struct GNUNET_FS_Uri * 46 const struct GNUNET_FS_Uri *
45 uri); 47 uri,
48 const char *fn);
46 49
47 50
48/** 51/**