New data type

date	99.05.20.23.16.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:10:02 +00:00
parent f81dd41bd4
commit 65ff555b4c

View File

@ -360,9 +360,17 @@ typedef struct
typedef struct
{
nte *PreviousEntry;
nte *NameTbl;
nte *NameTable;
UINT32 Position;
BOOLEAN TableFull;
} NS_SEARCH_DATA;
typedef struct
{
char *Name;
NsType Type;
char *Val;
} PREDEFINED_NAMES;
#endif /* DATATYPES_H */