From 272a876bdda2168dfe66893cfea6eb9d1aedcd5f Mon Sep 17 00:00:00 2001 From: Jing Chen Date: Wed, 14 Nov 2012 09:00:08 +1100 Subject: [PATCH] r3802 | jgn | 2012-11-14 09:00:08 +1100 (Wed, 14 Nov 2012) | 1 line --- stringdict.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stringdict.h b/stringdict.h index a9f3ea79..4a6efb62 100644 --- a/stringdict.h +++ b/stringdict.h @@ -15,10 +15,8 @@ typedef struct __StringDict { int iList; int iTraverse; - } StringDict; + } StringDict, *pStringDict; - typedef struct __StringDict *pStringDict; - typedef struct { char *name; char *value; } SDE, *pSDE;