This commit is contained in:
Your Name
2025-04-25 12:21:56 +12:00
parent 379b4c47f4
commit 7e499195e5
11 changed files with 33 additions and 805 deletions

View File

@ -15,7 +15,8 @@ struct ServerInfo {
};
std::vector<ServerInfo> get_configured_servers();
void list_servers();
void show_server_details(const std::string& server_name);
} // namespace dropshell