On MS-DOS, either return an exit status or signal an error. */
CHILD_SETUP_TYPE
-child_setup (int in, int out, int err, char **new_argv, char *const *env,
- const char *current_dir)
+child_setup (int in, int out, int err, char *const *new_argv,
+ char *const *env, const char *current_dir)
{
#ifdef WINDOWSNT
int cpid;
# define CHILD_SETUP_ERROR_DESC "Doing vfork"
#endif
-extern CHILD_SETUP_TYPE child_setup (int, int, int, char **, char *const *,
- const char *);
+extern CHILD_SETUP_TYPE child_setup (int, int, int, char *const *,
+ char *const *, const char *);
extern char *const *make_environment_block (Lisp_Object);
extern void init_callproc_1 (void);
extern void init_callproc (void);