summaryrefslogtreecommitdiffstats
path: root/unsupported/UnsupportedProcessTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/UnsupportedProcessTable.h')
-rw-r--r--unsupported/UnsupportedProcessTable.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/unsupported/UnsupportedProcessTable.h b/unsupported/UnsupportedProcessTable.h
new file mode 100644
index 0000000..1de8087
--- /dev/null
+++ b/unsupported/UnsupportedProcessTable.h
@@ -0,0 +1,17 @@
+#ifndef HEADER_UnsupportedProcessTable
+#define HEADER_UnsupportedProcessTable
+/*
+htop - UnsupportedProcessTable.h
+(C) 2014 Hisham H. Muhammad
+Released under the GNU GPLv2+, see the COPYING file
+in the source distribution for its full text.
+*/
+
+#include "ProcessTable.h"
+
+
+typedef struct UnsupportedProcessTable_ {
+ ProcessTable super;
+} UnsupportedProcessTable;
+
+#endif