diff --git a/exeman.i b/exeman.i new file mode 100644 index 00000000..70bb2125 --- /dev/null +++ b/exeman.i @@ -0,0 +1,23 @@ + +#line 174 "exe.w" + +/*------------------------------------------------------------------- + Internal header file for the exe manager module. Do not edit. This + is automatically generated from exe.w +-------------------------------------------------------------------*/ + +#line 138 "exe.w" + +typedef struct __EXEMAN{ + pObjectDescriptor pDes; + pICallBack pCall; + char *sysPath; + char *batchPath; + pDynar exeStack; + int exeStackPtr; + int runList; + pExeBuf uploadBuffer; +}ExeMan, *pExeMan; + +#line 179 "exe.w" +