Initial revision
This commit is contained in:
22
emon.i
Normal file
22
emon.i
Normal file
@ -0,0 +1,22 @@
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
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;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user