Files
sics/nxupdate.i
cvs 350a5ad063 - Funny things with header files...
SKIPPED:
	psi/dornier2.c
	psi/makefile_linux
2003-12-10 15:32:42 +00:00

26 lines
677 B
OpenEdge ABL

/*-----------------------------------------------------------------------
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;