- Added missing files to split directories
This commit is contained in:
17
nxsans.h
Normal file
17
nxsans.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*-------------------------------------------------------------------------
|
||||
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
|
||||
Reference in New Issue
Block a user