implement tclmot

r3794 | jgn | 2012-11-13 16:38:47 +1100 (Tue, 13 Nov 2012) | 1 line
This commit is contained in:
Jing Chen
2012-11-13 16:38:47 +11:00
committed by Douglas Clowes
parent 55f1a83b38
commit 15f4b266a6

View File

@ -46,16 +46,7 @@
#include "stringdict.h" #include "stringdict.h"
/*-------------------------------------------------------------------------*/ /*-------------------------------------------------------------------------*/
typedef struct __StringDict {
int iList;
int iTraverse;
} StringDict;
typedef struct {
char *name;
char *value;
} SDE, *pSDE;
/*-------------------------------------------------------------------------*/
pStringDict CreateStringDict(void) pStringDict CreateStringDict(void)
{ {
pStringDict pNew = NULL; pStringDict pNew = NULL;