mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Make unsupported run
This commit is contained in:

committed by
Hisham Muhammad

parent
5e602f18d5
commit
feb7a01fd3
@ -11,10 +11,12 @@ in the source distribution for its full text.
|
||||
|
||||
|
||||
|
||||
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList);
|
||||
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidWhiteList, uid_t userId);
|
||||
|
||||
void ProcessList_delete(ProcessList* this);
|
||||
|
||||
void ProcessList_scan(ProcessList* this);
|
||||
void ProcessList_goThroughEntries(ProcessList* super);
|
||||
|
||||
void UnsupportedProcessList_scan(ProcessList* this);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user