mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Merge fixes
This commit is contained in:
@ -20,7 +20,7 @@ typedef struct LinuxProcess_ {
|
||||
#define Process_delete LinuxProcess_delete
|
||||
|
||||
|
||||
LinuxProcess* LinuxProcess_new(Settings* settings);
|
||||
LinuxProcess* LinuxProcess_new(ProcessList* pl);
|
||||
|
||||
void LinuxProcess_delete(Object* cast);
|
||||
|
||||
|
Reference in New Issue
Block a user