Files
sics/commandlog.h
cvs 2d5ce99ced fixed warning 'no newline at end of file' M.Z.
SKIPPED:
	psi/dilludriv.h
	psi/fowrite.h
	psi/nxsans.h
2003-08-27 12:06:31 +00:00

19 lines
644 B
C

/*--------------------------------------------------------------------------
C O M M A N D L O G
A much requested facility for writing only user an manager level commands
in a transcript file. This is it.
Mark Koennecke, June 1998
--------------------------------------------------------------------------*/
#ifndef COMMANDLOG
#define COMMANDLOG
void WriteToCommandLog(char *prompt,char *pText);
int CommandLog(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
void CommandLogClose(void *pData);
#endif