diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-31 23:23:10 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-31 23:23:10 -0300 |
commit | 4c24a9b462e2e55e9d2f6d24694d5408c886c556 (patch) | |
tree | d5e7af57c59190bf5d35718d4c31c96546f2adf6 /linux/LinuxProcess.h | |
parent | 5320bab202aa5dad893a0da5848be1c40728d9e1 (diff) |
Fixes to subclassing Process.
Diffstat (limited to 'linux/LinuxProcess.h')
-rw-r--r-- | linux/LinuxProcess.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/LinuxProcess.h b/linux/LinuxProcess.h index a162c5eb..f7a14764 100644 --- a/linux/LinuxProcess.h +++ b/linux/LinuxProcess.h @@ -20,6 +20,8 @@ typedef struct LinuxProcess_ { #define Process_delete LinuxProcess_delete +extern ProcessClass LinuxProcess_class; + LinuxProcess* LinuxProcess_new(ProcessList* pl); void LinuxProcess_delete(Object* cast); |