r3802 | jgn | 2012-11-14 09:00:08 +1100 (Wed, 14 Nov 2012) | 1 line

This commit is contained in:
Jing Chen
2012-11-14 09:00:08 +11:00
committed by Douglas Clowes
parent 5db1373881
commit 272a876bdd

View File

@ -15,9 +15,7 @@
typedef struct __StringDict { int iList;
int iTraverse;
} StringDict;
typedef struct __StringDict *pStringDict;
} StringDict, *pStringDict;
typedef struct { char *name;
char *value;