Mercurial > emacs
comparison src/process.h @ 97366:d2c211c8ceda
(w32_list_system_processes, w32_system_process_attributes): Add prototypes.
(Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname)
(Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime, Qcutime)
(Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs, Quser, Qgroup)
(Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime): Add extern declarations.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 09 Aug 2008 17:53:30 +0000 |
parents | c3512b2085a0 |
children | dcc7f5970d5c |
comparison
equal
deleted
inserted
replaced
97365:a8d58587d1b0 | 97366:d2c211c8ceda |
---|---|
159 | 159 |
160 /* Nonzero means don't run process sentinels. This is used | 160 /* Nonzero means don't run process sentinels. This is used |
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) */ |