/*
Copyright (c) 1993 Xerox Corporation. All rights reserved.
*/
/*
* Please do not edit this file.
* It was generated using rpcgen.
*/
/* Chauser, October 28, 1993 4:02 pm PDT */
#include <rpc/types.h>
#define STRINGSIZE 1024
typedef char *execstring;
bool←t xdr←execstring();
struct exec←exec {
int key;
execstring wd;
execstring path;
struct {
u←int cmd←len;
execstring *cmd←val;
} cmd;
struct {
u←int env←len;
execstring *env←val;
} env;
execstring stdIn;
execstring stdOut;
int separateStdErr;
execstring stdErr;
};
typedef struct exec←exec exec←exec;
bool←t xdr←exec←exec();