Mercurial > hg > xemacs-beta
comparison src/process.h @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 2f8bb876ab1d |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
107 void status_notify (void); | 107 void status_notify (void); |
108 void kick_status_notify (void); | 108 void kick_status_notify (void); |
109 | 109 |
110 void deactivate_process (Lisp_Object proc); | 110 void deactivate_process (Lisp_Object proc); |
111 | 111 |
112 #ifdef WINDOWSNT | 112 #ifdef WIN32_NATIVE |
113 int | 113 int |
114 #else | 114 #else |
115 void | 115 void |
116 #endif | 116 #endif |
117 child_setup (int in, int out, int err, | 117 child_setup (int in, int out, int err, |