mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
DragonFlyBSD update
- move some functions to file scope - drop unused global variable
This commit is contained in:
@ -28,10 +28,6 @@ Process* DragonFlyBSDProcess_new(const Settings* settings);
|
||||
|
||||
void Process_delete(Object* cast);
|
||||
|
||||
void DragonFlyBSDProcess_writeField(const Process* this, RichString* str, ProcessField field);
|
||||
|
||||
long DragonFlyBSDProcess_compareByKey(const Process* v1, const Process* v2, ProcessField key);
|
||||
|
||||
bool Process_isThread(const Process* this);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user