summaryrefslogtreecommitdiffstats
path: root/unsupported/UnsupportedProcess.h
diff options
context:
space:
mode:
authorDavid Hunt <dhunt@iolanthe.attlocal.net>2015-07-12 11:26:33 -0500
committerHisham Muhammad <hisham@gobolinux.org>2015-08-19 13:46:41 -0300
commitfeb7a01fd32d4a63b9cfb178c67cc95c05c9dc00 (patch)
tree0d82a9640e852046724daabeea1a0f9f0633530e /unsupported/UnsupportedProcess.h
parent5e602f18d5f619f7dba6d9fccefacdb991db391d (diff)
Make unsupported run
Diffstat (limited to 'unsupported/UnsupportedProcess.h')
-rw-r--r--unsupported/UnsupportedProcess.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/unsupported/UnsupportedProcess.h b/unsupported/UnsupportedProcess.h
index 68995665..4ca30436 100644
--- a/unsupported/UnsupportedProcess.h
+++ b/unsupported/UnsupportedProcess.h
@@ -9,15 +9,13 @@ 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;
+#include "Settings.h"
#define Process_delete UnsupportedProcess_delete
+Process* UnsupportedProcess_new(Settings* settings);
+
void UnsupportedProcess_delete(Object* cast);

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