From 301c346c85a761861e282f164dd9a7ff34cd6193 Mon Sep 17 00:00:00 2001 From: Hisham Date: Tue, 2 Feb 2016 12:11:41 +0100 Subject: Update generated headers. --- openbsd/Platform.h | 4 +++- unsupported/Platform.h | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3