mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Move Process_fields from darwin/Platform to darwin/DarwinProcess
This commit is contained in:
@ -23,6 +23,8 @@ typedef struct DarwinProcess_ {
|
||||
|
||||
extern const ProcessClass DarwinProcess_class;
|
||||
|
||||
extern ProcessFieldData Process_fields[];
|
||||
|
||||
Process* DarwinProcess_new(const Settings* settings);
|
||||
|
||||
void Process_delete(Object* cast);
|
||||
|
Reference in New Issue
Block a user