Files
sics/sicscron.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

14 lines
411 B
C

/*-------------------------------------------------------------------------
S I C S C R O N
Periodically repeated task in SICS.
Mark Koennecke, November 1999
--------------------------------------------------------------------------*/
#ifndef SICSCRON
#define SICSCRON
int MakeCron(SConnection * pCon, SicsInterp * pSics, void *pData,
int argc, char *argv[]);
#endif