Mercurial > hg > xemacs-beta
comparison src/procimpl.h @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 8de8e3f6228a |
children | fdefd0186b75 |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
176 Lisp_Object make_process_internal (Lisp_Object name); | 176 Lisp_Object make_process_internal (Lisp_Object name); |
177 void init_process_io_handles (Lisp_Process *p, void* in, | 177 void init_process_io_handles (Lisp_Process *p, void* in, |
178 void* out, int flags); | 178 void* out, int flags); |
179 void send_process (Lisp_Object proc, | 179 void send_process (Lisp_Object proc, |
180 Lisp_Object relocatable, | 180 Lisp_Object relocatable, |
181 CONST Bufbyte *nonrelocatable, | 181 const Bufbyte *nonrelocatable, |
182 int start, int len); | 182 int start, int len); |
183 | 183 |
184 #endif /* INCLUDED_procimpl_h_ */ | 184 #endif /* INCLUDED_procimpl_h_ */ |