Files
sics/emon.i
2000-02-07 10:38:55 +00:00

23 lines
724 B
OpenEdge ABL

/*--------------------------------------------------------------------------
Internal header file defining the datastructure for the environment
controller.
Mark Koennecke, Juli 1997
---------------------------------------------------------------------------*/
typedef struct __EnvMon {
pObjectDescriptor pDes;
int iList;
int iEnd;
} EnvMon;
/*---------------------------------------------------------------------------*/
typedef struct {
pDummy pDum;
char *pName;
pEVInterface pInter;
} EVEntry, *pEVEntry;