diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index 3f50fc5a146..9606f5da9d6 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -161,5 +161,13 @@ extern int synch_process_retcode; | |||
| 161 | when exiting. */ | 161 | when exiting. */ |
| 162 | extern int inhibit_sentinels; | 162 | extern int inhibit_sentinels; |
| 163 | 163 | ||
| 164 | extern Lisp_Object w32_list_system_processes P_ ((void)); | ||
| 165 | extern Lisp_Object w32_system_process_attributes P_ ((Lisp_Object)); | ||
| 166 | |||
| 167 | extern Lisp_Object Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname; | ||
| 168 | extern Lisp_Object Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime; | ||
| 169 | extern Lisp_Object Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs; | ||
| 170 | extern Lisp_Object Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime; | ||
| 171 | |||
| 164 | /* arch-tag: dffedfc4-d7bc-4b58-a26f-c16155449c72 | 172 | /* arch-tag: dffedfc4-d7bc-4b58-a26f-c16155449c72 |
| 165 | (do not change this comment) */ | 173 | (do not change this comment) */ |