mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 21:14:35 +03:00
2
Meter.h
2
Meter.h
@ -105,6 +105,8 @@ extern MeterClass Meter_class;
|
||||
|
||||
Meter* Meter_new(struct ProcessList_* pl, int param, MeterClass* type);
|
||||
|
||||
int Meter_humanUnit(char* buffer, unsigned long int value, int size);
|
||||
|
||||
void Meter_delete(Object* cast);
|
||||
|
||||
void Meter_setCaption(Meter* this, const char* caption);
|
||||
|
Reference in New Issue
Block a user