Fix segfault 🤦

This commit is contained in:
Your Name
2025-04-26 18:05:18 +12:00
parent 65fad9e1b0
commit 4953d4988d
4 changed files with 24 additions and 7 deletions

View File

@ -19,7 +19,7 @@ namespace dropshell {
std::set<std::string> get_used_commands(const std::string& server_name, const std::string& service_name);
// list all backups for a given server and service
std::vector<std::string> list_backups(const std::string& server_name, const std::string& service_name);
std::set<std::string> list_backups(const std::string& server_name, const std::string& service_name);
bool create_service(const std::string& server_name, const std::string& template_name, const std::string& service_name);
} // namespace dropshell