mirror of https://github.com/xzeldon/htop.git
Consistent ordering of function declarations for FreeBSD
This commit is contained in:
parent
5d50f43d5f
commit
82a69ee87a
|
@ -28,12 +28,12 @@ extern const unsigned int Platform_numberOfSignals;
|
|||
|
||||
extern const MeterClass* const Platform_meterTypes[];
|
||||
|
||||
void Platform_setBindings(Htop_Action* keys);
|
||||
|
||||
void Platform_init(void);
|
||||
|
||||
void Platform_done(void);
|
||||
|
||||
void Platform_setBindings(Htop_Action* keys);
|
||||
|
||||
int Platform_getUptime(void);
|
||||
|
||||
void Platform_getLoadAverage(double* one, double* five, double* fifteen);
|
||||
|
|
Loading…
Reference in New Issue