arch codereview

This commit is contained in:
2026-04-25 09:55:34 +03:00
parent 3e19149cb4
commit 7515e0334b
12 changed files with 579 additions and 487 deletions
+6
View File
@@ -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();