feat: Update 3 files
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Successful in 50s
Build-Test-Publish / build (linux/arm64) (push) Has been cancelled

This commit is contained in:
Your Name
2025-08-31 16:24:57 +12:00
parent a0f541efcf
commit 52606513ff
3 changed files with 28 additions and 12 deletions

View File

@@ -104,6 +104,8 @@ namespace dropshell
bool uninstall_service(const ServerConfig &server_env, const std::string &service);
// defined in destroy.cpp
bool destroy_service_remote(const std::string &server, const std::string &service);
bool destroy_service_local(const std::string &server, const std::string &service);
bool destroy_service(const std::string &server, const std::string &service);
// defined in install.cpp