implement tclmot
r3794 | jgn | 2012-11-13 16:38:47 +1100 (Tue, 13 Nov 2012) | 1 line
This commit is contained in:

committed by
Douglas Clowes

parent
55f1a83b38
commit
15f4b266a6
@ -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;
|
||||||
|
Reference in New Issue
Block a user