Files
sics/sicsexit.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
525 B
C

/*---------------------------------------------------------------------------
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