cleaning up implementation a bit more.
[feisty_meow.git] / nucleus / library / filesystem / heavy_file_ops.h
index 8cfdc42f258cc627d866094dcb7b232020d122f5..028bb8e2be41f0542bd28a891e2848d7a979cf5b 100644 (file)
@@ -107,7 +107,8 @@ public:
     out before bytes are stored into it; this is not an additive operation. */
 
 private:
-  static bool advance(const filename_list &to_transfer, file_transfer_header &last_action);
+  static basis::outcome advance(const filename_list &to_transfer,
+          file_transfer_header &last_action);
     //!< advances to the next file in the transfer list "to_transfer".
 };