summaryrefslogtreecommitdiffstats
path: root/unsupported/Platform.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-15 22:53:10 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-15 22:53:10 -0300
commitd2acffa59abba396b710f71436823c54bfcf2f7e (patch)
tree495599681c0cfd4288ade3f4b9482434a1988a6b /unsupported/Platform.h
parentc29e53c5d5aa9b9a5e13ea5ee74bb0fd13fc7f93 (diff)
parent50000d808e23a80b8e3ec26b46062c419edff6d4 (diff)
Merge branch 'wip' of https://github.com/hishamhm/htop into freebsd
Conflicts: htop.c unsupported/Platform.h
Diffstat (limited to 'unsupported/Platform.h')
-rw-r--r--unsupported/Platform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/unsupported/Platform.h b/unsupported/Platform.h
index 2476d601..64261f7a 100644
--- a/unsupported/Platform.h
+++ b/unsupported/Platform.h
@@ -10,6 +10,8 @@ in the source distribution for its full text.
*/
#include "Action.h"
+#include "BatteryMeter.h"
+#include "UnsupportedProcess.h"
void Platform_setBindings(Htop_Action* keys);
@@ -19,4 +21,6 @@ int Platform_getUptime();
void Platform_getLoadAverage(double* one, double* five, double* fifteen);
+int Platform_getMaxPid();
+
#endif

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