- inserted command echo into exe manager

This commit is contained in:
zolliker
2005-03-30 14:27:44 +00:00
parent 6b745e8254
commit 3327c8d8bf
6 changed files with 55 additions and 13 deletions

View File

@ -1,5 +1,5 @@
#line 174 "exe.w"
#line 176 "exe.w"
/*-------------------------------------------------------------------
Internal header file for the exe manager module. Do not edit. This
@ -17,7 +17,8 @@ typedef struct __EXEMAN{
int exeStackPtr;
int runList;
pExeBuf uploadBuffer;
int echo;
}ExeMan, *pExeMan;
#line 179 "exe.w"
#line 181 "exe.w"