summaryrefslogtreecommitdiffstats
path: root/freebsd
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-11-23 17:32:57 +1100
committerNathan Scott <nathans@redhat.com>2020-11-23 17:32:57 +1100
commit82a69ee87af4aec4b5520d55c4949f287f4e6708 (patch)
treea5340c889edea41b31da6e2361ae1acea3c5e7a3 /freebsd
parent5d50f43d5fb9b791d0807bce2d701d7b43df67c1 (diff)
Consistent ordering of function declarations for FreeBSD
Diffstat (limited to 'freebsd')
-rw-r--r--freebsd/Platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd/Platform.h b/freebsd/Platform.h
index 64222b3d..b493ed82 100644
--- a/freebsd/Platform.h
+++ b/freebsd/Platform.h
@@ -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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy