- 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 205 "exe.w"
#line 207 "exe.w"
/**
* Buffer handling code for the Exe Buffer batch file processing
@ -62,7 +62,7 @@
* @return 1 on success, 0 on error
*/
int exeBufProcess(pExeBuf self, SicsInterp *pSics,
SConnection *pCon, pICallBack pCall);
SConnection *pCon, pICallBack pCall, int echo);
/**
* retrieves the executing range
* @param self The exe buffer to query
@ -89,7 +89,7 @@
*/
char *exeBufName(pExeBuf self);
#line 218 "exe.w"
#line 220 "exe.w"
#endif