mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Fixes to subclassing Process.
This commit is contained in:
@ -20,6 +20,8 @@ typedef struct LinuxProcess_ {
|
||||
#define Process_delete LinuxProcess_delete
|
||||
|
||||
|
||||
extern ProcessClass LinuxProcess_class;
|
||||
|
||||
LinuxProcess* LinuxProcess_new(ProcessList* pl);
|
||||
|
||||
void LinuxProcess_delete(Object* cast);
|
||||
|
Reference in New Issue
Block a user