summaryrefslogtreecommitdiffstats
path: root/unsupported/UnsupportedProcess.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-16 03:16:18 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-16 03:16:18 -0300
commitddbb71d1c8c78183fa92a981fef9856afff67bce (patch)
tree4a96b4e948d1fd0618ac69262b96b49723f0c760 /unsupported/UnsupportedProcess.h
parentadbfe3c3f171af332322d61f2a4912f36b57edda (diff)
Add files to unsupported platform.
Diffstat (limited to 'unsupported/UnsupportedProcess.h')
-rw-r--r--unsupported/UnsupportedProcess.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/unsupported/UnsupportedProcess.h b/unsupported/UnsupportedProcess.h
new file mode 100644
index 00000000..68995665
--- /dev/null
+++ b/unsupported/UnsupportedProcess.h
@@ -0,0 +1,24 @@
+/* Do not edit this file. It was automatically generated. */
+
+#ifndef HEADER_UnsupportedProcess
+#define HEADER_UnsupportedProcess
+/*
+htop - UnsupportedProcess.h
+(C) 2015 Hisham H. Muhammad
+Released under the GNU GPL, see the COPYING file
+in the source distribution for its full text.
+*/
+
+
+typedef struct UnsupportedProcess_ {
+ Process super;
+ // add platform-specific fields here
+} UnsupportedProcess;
+
+#define Process_delete UnsupportedProcess_delete
+
+
+void UnsupportedProcess_delete(Object* cast);
+
+
+#endif

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