This commit is contained in:
@@ -14,8 +14,6 @@ namespace dropshell {
|
||||
bool silent);
|
||||
|
||||
// defined in install.cpp
|
||||
bool install_service(const std::string& server, const std::string& service, bool silent);
|
||||
bool uninstall_service(const std::string& server, const std::string& service, bool silent);
|
||||
std::string get_arch();
|
||||
|
||||
// defined in health.cpp
|
||||
@@ -24,7 +22,7 @@ namespace dropshell {
|
||||
|
||||
// defined in standard_autocomplete.cpp
|
||||
void std_autocomplete(const CommandContext& ctx);
|
||||
void std_autocomplete_allowstar(const CommandContext& ctx);
|
||||
void std_autocomplete_allowall(const CommandContext& ctx);
|
||||
|
||||
|
||||
} // namespace dropshell
|
||||
|
Reference in New Issue
Block a user