Files
sicspsi/tricssupport.h
koennecke eb72d5c486 - Adapted indenation to new agreed upon system
- Fixed bad status in poldi zug driver
2009-02-13 09:01:03 +00:00

23 lines
662 B
C

/*------------------------------------------------------------------------
This is a little helper module for SICS which implements some
status display support functions.
COPYRIGHT: see file COPYRIGHT
Extracted from nextrics
Mark Koennecke, August 2004
--------------------------------------------------------------------------*/
#ifndef TRICSSUPPORT
#define TRICSSUPPORT
#include <sics.h>
int MakeTricsSupport(SConnection * pCon, SicsInterp * pSics, void *pData,
int argc, char *argv[]);
int TricsSupportAction(SConnection * pCon, SicsInterp * pSics, void *pData,
int argc, char *argv[]);
#endif