add user list

This commit is contained in:
2020-05-20 00:09:18 +02:00
parent 4fc3d964ce
commit 021139d669
12 changed files with 115 additions and 15 deletions

View File

@@ -15,6 +15,7 @@ public:
int install_command(std::string package);
int remove_command(std::string package);
std::list<std::string> get_packages_info();
std::list<std::string> get_users_info();
};
#endif // SESSION_MANAGER_H