mirror of
https://github.com/xzeldon/htop.git
synced 2024-12-23 22:55:46 +00:00
DragonFlyBSD: fixup: ProcessList_new declaration & definition mismatch
This commit is contained in:
parent
82aa956940
commit
32faba0b6d
@ -53,7 +53,7 @@ typedef struct DragonFlyBSDProcessList_ {
|
||||
Hashtable* jails;
|
||||
} DragonFlyBSDProcessList;
|
||||
|
||||
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidMatchList, uid_t userId);
|
||||
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* dynamicMeters, Hashtable* pidMatchList, uid_t userId);
|
||||
|
||||
void ProcessList_delete(ProcessList* this);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user