summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/Process.h b/Process.h
index c5f59346..c875d86e 100644
--- a/Process.h
+++ b/Process.h
@@ -153,12 +153,6 @@ typedef struct Process_ {
} Process;
-#ifdef DEBUG
-extern char* PROCESS_CLASS;
-#else
-#define PROCESS_CLASS NULL
-#endif
-
extern const char *Process_fieldNames[];
extern const char *Process_fieldTitles[];
@@ -172,6 +166,8 @@ void Process_getMaxPid();
void Process_delete(Object* cast);
+extern ObjectClass Process_class;
+
Process* Process_new(struct ProcessList_ *pl);
void Process_toggleTag(Process* this);