* process.c: Make symbols static if they're not exported.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 02:16:00 +0000 (19:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 02:16:00 +0000 (19:16 -0700)
commit40ccffa6ff0f62689cac373e3d21d25084c1b7b3
treec1cf10b54e34c07a83fdcb7a572da10a2361c21a
parentad64fc978bc5a83e25827ab4f55d4cbc8d0dd25a
* 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.
src/ChangeLog
src/lisp.h
src/process.c
src/process.h