# HG changeset patch # User Eli Zaretskii # Date 1218304410 0 # Node ID d2c211c8cedab1fe668ca17e543ef9c26ab61277 # Parent a8d58587d1b0f14bb0d15cf982a8a7e3ae9407c0 (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. diff -r a8d58587d1b0 -r d2c211c8ceda src/process.h --- a/src/process.h Sat Aug 09 17:53:00 2008 +0000 +++ b/src/process.h Sat Aug 09 17:53:30 2008 +0000 @@ -161,5 +161,13 @@ when exiting. */ extern int inhibit_sentinels; +extern Lisp_Object w32_list_system_processes P_ ((void)); +extern Lisp_Object w32_system_process_attributes P_ ((Lisp_Object)); + +extern Lisp_Object Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname; +extern Lisp_Object Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime; +extern Lisp_Object Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs; +extern Lisp_Object Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime; + /* arch-tag: dffedfc4-d7bc-4b58-a26f-c16155449c72 (do not change this comment) */