From 6f1780333b96c78e59635171b738f08370b9a272 Mon Sep 17 00:00:00 2001 From: Jing Chen Date: Tue, 13 Nov 2012 16:38:53 +1100 Subject: [PATCH] implement tclmot r3795 | jgn | 2012-11-13 16:38:53 +1100 (Tue, 13 Nov 2012) | 1 line --- stringdict.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stringdict.h b/stringdict.h index 9d20ce9b..a9f3ea79 100644 --- a/stringdict.h +++ b/stringdict.h @@ -13,8 +13,15 @@ #ifndef SICSSTRINGDICT #define SICSSTRINGDICT + typedef struct __StringDict { int iList; + int iTraverse; + } StringDict; + typedef struct __StringDict *pStringDict; + typedef struct { char *name; + char *value; + } SDE, *pSDE; #line 6 "stringdict.w"