Consistent ordering of function declarations for FreeBSD

This commit is contained in:
Nathan Scott 2020-11-23 17:32:57 +11:00
parent 5d50f43d5f
commit 82a69ee87a
1 changed files with 2 additions and 2 deletions

View File

@ -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);