diff options
| author | Paul Eggert | 2011-04-13 19:16:00 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-13 19:16:00 -0700 |
| commit | 40ccffa6ff0f62689cac373e3d21d25084c1b7b3 (patch) | |
| tree | c1cf10b54e34c07a83fdcb7a572da10a2361c21a /src/process.h | |
| parent | ad64fc978bc5a83e25827ab4f55d4cbc8d0dd25a (diff) | |
| download | emacs-40ccffa6ff0f62689cac373e3d21d25084c1b7b3.tar.gz emacs-40ccffa6ff0f62689cac373e3d21d25084c1b7b3.zip | |
* process.c: Make symbols static if they're not exported.
(process_tick, update_tick, create_process, chan_process):
(Vprocess_alist, proc_buffered_char, datagram_access):
(fd_callback_data, send_process_frame, process_sent_to): Now static.
(deactivate_process): Mark defn as static, as well as decl.
* lisp.h (create_process): Remove decl.
* process.h (chan_process, Vprocess_alist): Remove decls.
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/process.h b/src/process.h index 1e90f553b38..0348f211bb9 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -143,12 +143,6 @@ struct Lisp_Process | |||
| 143 | 143 | ||
| 144 | #define ChannelMask(n) (1<<(n)) | 144 | #define ChannelMask(n) (1<<(n)) |
| 145 | 145 | ||
| 146 | /* Indexed by descriptor, gives the process (if any) for that descriptor. */ | ||
| 147 | extern Lisp_Object chan_process[]; | ||
| 148 | |||
| 149 | /* Alist of elements (NAME . PROCESS). */ | ||
| 150 | extern Lisp_Object Vprocess_alist; | ||
| 151 | |||
| 152 | /* True if we are about to fork off a synchronous process or if we | 146 | /* True if we are about to fork off a synchronous process or if we |
| 153 | are waiting for it. */ | 147 | are waiting for it. */ |
| 154 | extern int synch_process_alive; | 148 | extern int synch_process_alive; |