- Funny things with header files...

SKIPPED:
	psi/dornier2.c
	psi/makefile_linux
This commit is contained in:
cvs
2003-12-10 15:32:42 +00:00
parent bc02cb79e7
commit 350a5ad063
8 changed files with 102 additions and 201 deletions

25
nxupdate.i Normal file
View File

@ -0,0 +1,25 @@
/*-----------------------------------------------------------------------
Automatic update of NeXus files a scheduled time intervalls.
For more information see nxudpate.tex.
Internal, automatically generated file, do not modify. Modify in
nxudpate.w
copyright: see file COPYRIGHT
Mark Koennecke, December 2003
----------------------------------------------------------------------*/
typedef struct __NXUPDATE {
pObjectDescriptor pDes;
char *startScript;
char *updateScript;
char *linkScript;
int updateIntervall;
time_t nextUpdate;
int iEnd;
SConnection *pCon;
}NXupdate, *pNXupdate;