Files
sics/help.h
koennecke 91d4af0541 - Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
2009-02-13 09:00:03 +00:00

17 lines
430 B
C

/*-----------------------------------------------------------------------
Header file for the SICS help system.
copyright: see file COPYRIGHT
Mark Koennecke, December 2003
-----------------------------------------------------------------------*/
#ifndef SICSHELP
#define SICSHELP
int SicsHelp(SConnection * pCon, SicsInterp * pSics, void *pData,
int argc, char *argv[]);
void KillHelp(void *pData);
#endif