aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/process.h b/src/process.h
index 1c463502a5e..7803672d61a 100644
--- a/src/process.h
+++ b/src/process.h
@@ -197,15 +197,6 @@ pset_gnutls_cred_type (struct Lisp_Process *p, Lisp_Object val)
197 when exiting. */ 197 when exiting. */
198extern bool inhibit_sentinels; 198extern bool inhibit_sentinels;
199 199
200extern Lisp_Object Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname;
201extern Lisp_Object Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime;
202extern Lisp_Object Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs;
203extern Lisp_Object Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime;
204extern Lisp_Object Qtime, Qctime;
205extern Lisp_Object QCspeed;
206extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven;
207extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary;
208
209/* Exit statuses for GNU programs that exec other programs. */ 200/* Exit statuses for GNU programs that exec other programs. */
210enum 201enum
211{ 202{