Initial revision

This commit is contained in:
cvs
2000-02-07 10:38:55 +00:00
commit fdc6b051c9
846 changed files with 230218 additions and 0 deletions

16
sicsexit.h Normal file
View File

@ -0,0 +1,16 @@
/*---------------------------------------------------------------------------
Sometimes we want to close the server correctly. This header and
its implementation file define an apropriate command.
Mark Koennecke, November 1996
copyright: see implementation file
----------------------------------------------------------------------------*/
#ifndef SICSEXIT
#define SICSEXIT
#include "conman.h"
int SicsExit(SConnection *pCon,SicsInterp *pInterp, void *pData, int argc,
char *argv[]);
#endif