summaryrefslogtreecommitdiffstats
path: root/EnvScreen.h
diff options
context:
space:
mode:
authorMichael Klein <michael.klein@puffin.lb.shuttle.de>2015-12-02 22:58:22 +0100
committerMichael Klein <michael.klein@puffin.lb.shuttle.de>2015-12-02 23:26:00 +0100
commit0919ea32f91bb2ddf349c1108f6f0f67b511cca6 (patch)
tree0d9d7e9906fed1f9e55c617e0c2c851c1e6f0574 /EnvScreen.h
parent670a2de6921e00e4768375b2636fa94e5ce663fd (diff)
'e' displays environment of current process
- uses sysctl(KERN_PROCARGS2) on *BSD - doesn't work on Linux yet
Diffstat (limited to 'EnvScreen.h')
-rw-r--r--EnvScreen.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/EnvScreen.h b/EnvScreen.h
new file mode 100644
index 00000000..f33f0591
--- /dev/null
+++ b/EnvScreen.h
@@ -0,0 +1,22 @@
+/* Do not edit this file. It was automatically generated. */
+
+#ifndef HEADER_EnvScreen
+#define HEADER_EnvScreen
+
+#include "ProcessList.h"
+#include "Panel.h"
+#include "FunctionBar.h"
+
+typedef struct EnvScreen_ {
+ Process* process;
+ Panel* display;
+ FunctionBar* bar;
+} EnvScreen;
+
+EnvScreen* EnvScreen_new(Process* process);
+
+void EnvScreen_delete(EnvScreen* this);
+
+void EnvScreen_run(EnvScreen* this);
+
+#endif

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