Commit 301c346c authored by Hisham's avatar Hisham
Browse files

Update generated headers.

parent 21da044f
...@@ -11,8 +11,8 @@ in the source distribution for its full text. ...@@ -11,8 +11,8 @@ in the source distribution for its full text.
*/ */
#include "Action.h" #include "Action.h"
#include "SignalsPanel.h"
#include "BatteryMeter.h" #include "BatteryMeter.h"
#include "SignalsPanel.h"
extern ProcessFieldData Process_fields[]; extern ProcessFieldData Process_fields[];
...@@ -68,4 +68,6 @@ void Platform_setSwapValues(Meter* this); ...@@ -68,4 +68,6 @@ void Platform_setSwapValues(Meter* this);
void Platform_setTasksValues(Meter* this); void Platform_setTasksValues(Meter* this);
char* Platform_getProcessEnv(pid_t pid);
#endif #endif
...@@ -41,5 +41,6 @@ void Platform_setSwapValues(Meter* this); ...@@ -41,5 +41,6 @@ void Platform_setSwapValues(Meter* this);
bool Process_isThread(Process* this); bool Process_isThread(Process* this);
char* Platform_getProcessEnv(pid_t pid);
#endif #endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment