summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-02-23 03:53:36 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-02-23 03:53:36 -0300
commit0a184b769f239700273b163deedb5bc5e5b777e9 (patch)
tree80ace094fa63f108604d8bc65924a6835c1e33f1 /Process.h
parent8b5b73825e2978df308f520dfc38d30d5dbebdb1 (diff)
Merge fixes
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Process.h b/Process.h
index f4d5a463..5affabee 100644
--- a/Process.h
+++ b/Process.h
@@ -24,8 +24,6 @@ in the source distribution for its full text.
#include <sys/types.h>
-typedef struct Settings_ Settings;
-
#define PROCESS_FLAG_IO 1
#define PROCESS_FLAG_IOPRIO 2
#define PROCESS_FLAG_OPENVZ 4
@@ -195,7 +193,7 @@ void Process_done(Process* this);
extern ObjectClass Process_class;
-void Process_init(Process* this, struct Settings_* settings, struct ProcessList_* pl);
+void Process_init(Process* this, struct ProcessList_* pl);
void Process_toggleTag(Process* this);

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