*** empty log message ***
This commit is contained in:
17
exebuf.h
17
exebuf.h
@ -1,5 +1,5 @@
|
||||
|
||||
#line 213 "exe.w"
|
||||
#line 226 "exe.w"
|
||||
|
||||
/**
|
||||
* Buffer handling code for the Exe Buffer batch file processing
|
||||
@ -63,6 +63,19 @@
|
||||
*/
|
||||
int exeBufProcess(pExeBuf self, SicsInterp *pSics,
|
||||
SConnection *pCon, pICallBack pCall, int echo);
|
||||
/**
|
||||
* Process an exe buffer, but store commands causing errors in a list.
|
||||
* This is used for restoring status files.
|
||||
* @param self The exe buffer to process
|
||||
* @param pSics The SICS interpreter to use for processing
|
||||
* @param pCon The connection object providing the environment for
|
||||
* processing this buffer.
|
||||
* @param errCommandList A lld string list for storing commands which
|
||||
* had errors.
|
||||
* @return 1 on success, 0 on error
|
||||
*/
|
||||
int exeBufProcessErrList(pExeBuf self, SicsInterp *pSics,
|
||||
SConnection *pCon, int errCommandList);
|
||||
/**
|
||||
* retrieves the executing range
|
||||
* @param self The exe buffer to query
|
||||
@ -89,7 +102,7 @@
|
||||
*/
|
||||
char *exeBufName(pExeBuf self);
|
||||
|
||||
#line 226 "exe.w"
|
||||
#line 239 "exe.w"
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user