18 lines
600 B
C
18 lines
600 B
C
/*-------------------------------------------------------------------------
|
|
N X S A N S
|
|
|
|
Prototypes for some more useful functions from the SANS data writing
|
|
module which may ne used in other parts of SICS.
|
|
|
|
Mark Koennecke, December 1997
|
|
---------------------------------------------------------------------------*/
|
|
#ifndef NXSANS
|
|
#define NXSANS
|
|
int InitSANS(SConnection *pCon, SicsInterp *pSics, void *pData,
|
|
int argc, char *argv[]);
|
|
int SNStoreSANS(SConnection *pCon, SicsInterp *pSics, void *pData,
|
|
int argc, char *argv[]);
|
|
|
|
|
|
#endif
|