summaryrefslogtreecommitdiffstats
path: root/solaris/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'solaris/Platform.h')
-rw-r--r--solaris/Platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/solaris/Platform.h b/solaris/Platform.h
index dd8614dc..29cc7964 100644
--- a/solaris/Platform.h
+++ b/solaris/Platform.h
@@ -45,11 +45,11 @@ extern int Platform_numberOfFields;
extern char Process_pidFormat[20];
-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);