PSI sics-cvs-psi-complete-tree-post-site-support

This commit is contained in:
2004-03-09 15:18:11 +00:00
committed by Douglas Clowes
parent 6373f6b0fb
commit ae77364de2
196 changed files with 8344 additions and 3485 deletions

20
nxupdate.h Normal file
View File

@@ -0,0 +1,20 @@
/*-----------------------------------------------------------------------
Automatic update of NeXus files a scheduled time intervalls.
For more information see nxudpate.tex.
copyright: see file COPYRIGHT
Mark Koennecke, December 2003
----------------------------------------------------------------------*/
#ifndef NXUPDATE
#define NXUPDATE
int UpdateAction(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
int UpdateFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
int argc, char *argv[]);
void KillUpdate(void *pData);
#endif