draft transfer implementation
This commit is contained in:
7
include/client.hpp
Normal file
7
include/client.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifdef __SWITCH__
|
||||
namespace fs = std::filesystem;
|
||||
#else
|
||||
namespace fs = std::__fs::filesystem;
|
||||
#endif
|
||||
|
||||
int transfer_files(fs::path directory, char** filenames, int file_count);
|
||||
Reference in New Issue
Block a user