diff options
| author | Dan Nicolaescu | 2010-08-06 12:52:47 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-08-06 12:52:47 -0700 |
| commit | 3ef1d1082bc24df1ffcb237f6bb09cbc0395d1c8 (patch) | |
| tree | 693b1677aeba4791806f24e93d63c39a319f7695 /src/process.h | |
| parent | bd4c5e3e069015b7ed7438155b6541cf26c44542 (diff) | |
| download | emacs-3ef1d1082bc24df1ffcb237f6bb09cbc0395d1c8.tar.gz emacs-3ef1d1082bc24df1ffcb237f6bb09cbc0395d1c8.zip | |
Move declarations to header files.
* src/keyboard.h (quit_char): Add declaration.
* src/process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
(QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary): Add
declarations.
* sysdep.c:
* src/w32.c: Remove the above declarations.
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index 12b91d697b9..6d4832ffde8 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -166,6 +166,9 @@ extern Lisp_Object Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime; | |||
| 166 | extern Lisp_Object Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs; | 166 | extern Lisp_Object Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs; |
| 167 | extern Lisp_Object Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime; | 167 | extern Lisp_Object Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime; |
| 168 | extern Lisp_Object Qtime, Qctime; | 168 | extern Lisp_Object Qtime, Qctime; |
| 169 | extern Lisp_Object QCport, QCspeed, QCprocess; | ||
| 170 | extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven; | ||
| 171 | extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary; | ||
| 169 | 172 | ||
| 170 | extern Lisp_Object list_system_processes (void); | 173 | extern Lisp_Object list_system_processes (void); |
| 171 | extern Lisp_Object system_process_attributes (Lisp_Object); | 174 | extern Lisp_Object system_process_attributes (Lisp_Object); |