summaryrefslogtreecommitdiffstats
path: root/unsupported
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Platform.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unsupported/Platform.c b/unsupported/Platform.c
index fcccb21a..27bc560b 100644
--- a/unsupported/Platform.c
+++ b/unsupported/Platform.c
@@ -90,7 +90,7 @@ void Platform_setBindings(Htop_Action* keys) {
(void) keys;
}
-int Platform_getUptime() {
+int Platform_getUptime(void) {
return 0;
}
@@ -100,7 +100,7 @@ void Platform_getLoadAverage(double* one, double* five, double* fifteen) {
*fifteen = 0;
}
-int Platform_getMaxPid() {
+int Platform_getMaxPid(void) {
return 1;
}