add user list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user