aboutsummaryrefslogtreecommitdiffstats
path: root/include/file_uploader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/file_uploader.hpp')
-rw-r--r--include/file_uploader.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/file_uploader.hpp b/include/file_uploader.hpp
index 6e46a8a..e8b0540 100644
--- a/include/file_uploader.hpp
+++ b/include/file_uploader.hpp
@@ -7,7 +7,7 @@
class FileUploader {
public:
virtual ~FileUploader() = default;
- virtual bool uploadFile(const std::string& filepath, const std::string& remotePath) = 0;
+ virtual std::string uploadFile(const std::string& filepath, const std::string& remotePath) = 0; // expects public url
virtual bool testConnection() = 0;
};
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage