Return more error codes as return value of exe.
This commit is contained in:
@ -24,7 +24,7 @@ namespace dropshell {
|
||||
void list_servers();
|
||||
void show_server_details(const std::string& server_name);
|
||||
|
||||
void create_server(const std::string& server_name);
|
||||
bool create_server(const std::string& server_name);
|
||||
|
||||
void get_all_used_commands(std::set<std::string> &commands);
|
||||
|
||||
|
Reference in New Issue
Block a user