Fix segfault 🤦
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user