Mercurial > hg > xemacs-beta
comparison src/process.h @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | 376386a54a3c |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
99:2d83cbd90d8d | 100:4be1180a9e89 |
---|---|
118 #ifdef VMS | 118 #ifdef VMS |
119 void create_process (Lisp_Object process, char **new_argv, | 119 void create_process (Lisp_Object process, char **new_argv, |
120 CONST char *current_dir); | 120 CONST char *current_dir); |
121 #endif | 121 #endif |
122 | 122 |
123 void child_setup (int in, int out, int err, | 123 #ifdef WINDOWSNT |
124 int | |
125 #else | |
126 void | |
127 #endif | |
128 child_setup (int in, int out, int err, | |
124 char **new_argv, CONST char *current_dir); | 129 char **new_argv, CONST char *current_dir); |
125 | 130 |
126 Charcount read_process_output (Lisp_Object proc); | 131 Charcount read_process_output (Lisp_Object proc); |
127 | 132 |
128 CONST char *signal_name (int signum); | 133 CONST char *signal_name (int signum); |