/* 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 #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();