summaryrefslogtreecommitdiffstats
path: root/openbsd/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd/Platform.h')
-rw-r--r--openbsd/Platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd/Platform.h b/openbsd/Platform.h
index f51d6bc6..9e742bf3 100644
--- a/openbsd/Platform.h
+++ b/openbsd/Platform.h
@@ -27,11 +27,11 @@ void Platform_setBindings(Htop_Action* keys);
extern MeterClass* Platform_meterTypes[];
-int Platform_getUptime();
+int Platform_getUptime(void);
void Platform_getLoadAverage(double* one, double* five, double* fifteen);
-int Platform_getMaxPid();
+int Platform_getMaxPid(void);
double Platform_setCPUValues(Meter* this, int cpu);