From 65ff555b4cab15d605ee7bfa6629f8368cb3675a Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 20:10:02 +0000 Subject: [PATCH] New data type date 99.05.20.23.16.00; author rmoore1; state Exp; --- source/include/actypes.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/include/actypes.h b/source/include/actypes.h index 6f14b178f..e46d747e8 100644 --- a/source/include/actypes.h +++ b/source/include/actypes.h @@ -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 */ \ No newline at end of file