add read users list

This commit is contained in:
2020-05-20 00:10:05 +02:00
parent 1fb645b003
commit 0b1bb18f83
7 changed files with 59 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ public:
int execute();
int remove();
void send_information();
void send_user_info();
bool validate_pass();
private:
std::string appli_command(char comand[], char* n_package);