PSI sics-cvs-psi-complete-tree-post-site-support
This commit is contained in:
17
help.h
Normal file
17
help.h
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
/*-----------------------------------------------------------------------
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user