- update fs
[oweals/gnunet.git] / src / fs / fs_test_lib.h
index d00c21b1ea4ac921131c3e12ec81c65a6113d97e..679e0745c23732148874f00281dadb05d0c60abf 100644 (file)
  *
  * @param cls closure (user defined)
  * @param uri a URI, NULL for errors
+ * @param fn name of the file on disk to be removed upon
+ *           completion, or NULL for inserted files (also NULL on error)
  */
 typedef void (*GNUNET_FS_TEST_UriContinuation) (void *cls,
                                                 const struct GNUNET_FS_Uri *
-                                                uri);
+                                                uri,
+                                               const char *fn);
 
 
 /**