This commit is contained in:
Your Name
2025-05-03 16:56:22 +12:00
parent f00523d149
commit be5493a11c
4 changed files with 34 additions and 4 deletions

View File

@ -17,6 +17,10 @@ namespace dropshell {
};
std::vector<ServerInfo> get_configured_servers();
ServerInfo get_server_info(const std::string& server_name);
void list_servers();
void show_server_details(const std::string& server_name);