aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/process.h b/src/process.h
index 56c0f6d6302..7803672d61a 100644
--- a/src/process.h
+++ b/src/process.h
@@ -1,5 +1,5 @@
1/* Definitions for asynchronous process control in GNU Emacs. 1/* Definitions for asynchronous process control in GNU Emacs.
2 Copyright (C) 1985, 1994, 2001-2014 Free Software Foundation, Inc. 2 Copyright (C) 1985, 1994, 2001-2015 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -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{