summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-02-02 12:11:41 +0100
committerHisham <hisham@gobolinux.org>2016-02-02 12:11:41 +0100
commit301c346c85a761861e282f164dd9a7ff34cd6193 (patch)
treeb2fc897bda99937af2ec0211c7f97312165a3af7
parent21da044fb45623dbc4eeaeecf7eeeb0eb1352c03 (diff)
Update generated headers.
-rw-r--r--openbsd/Platform.h4
-rw-r--r--unsupported/Platform.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/openbsd/Platform.h b/openbsd/Platform.h
index d8dea1b1..6665093d 100644
--- a/openbsd/Platform.h
+++ b/openbsd/Platform.h
@@ -11,8 +11,8 @@ in the source distribution for its full text.
*/
#include "Action.h"
-#include "SignalsPanel.h"
#include "BatteryMeter.h"
+#include "SignalsPanel.h"
extern ProcessFieldData Process_fields[];
@@ -68,4 +68,6 @@ void Platform_setSwapValues(Meter* this);
void Platform_setTasksValues(Meter* this);
+char* Platform_getProcessEnv(pid_t pid);
+
#endif
diff --git a/unsupported/Platform.h b/unsupported/Platform.h
index 155b2d30..ec1649d5 100644
--- a/unsupported/Platform.h
+++ b/unsupported/Platform.h
@@ -41,5 +41,6 @@ void Platform_setSwapValues(Meter* this);
bool Process_isThread(Process* this);
+char* Platform_getProcessEnv(pid_t pid);
#endif

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