- inserted command echo into exe manager
This commit is contained in:
6
exebuf.h
6
exebuf.h
@ -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
|
||||
|
Reference in New Issue
Block a user