arch codereview
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
#include <filesystem>
|
||||
#include <string>
|
||||
namespace fs = std::filesystem;
|
||||
using path = fs::path;
|
||||
|
||||
int transfer_files(path directory);
|
||||
bool isClientTransferDone();
|
||||
void cancelClientTransfer();
|
||||
double getClientProgress();
|
||||
std::string getClientStatusText();
|
||||
|
||||
Reference in New Issue
Block a user