This commit is contained in:
Your Name
2025-04-25 13:37:43 +12:00
parent 7d3209cdb2
commit 4d3523a346
10 changed files with 43 additions and 39 deletions

View File

@ -90,7 +90,6 @@ class service_runner {
bool check_remote_items_exist(const std::vector<std::string>& file_paths) const;
bool execute_ssh_command(const std::string& command, const std::string& error_msg) const;
bool execute_local_command(const std::string& command, const std::string& error_msg) const;
void maketitle(const std::string& title) const;
};
} // namespace dropshell