Add a path field

This commit is contained in:
Douglas Clowes
2012-11-29 10:08:15 +11:00
parent fdc784eb54
commit 458b0f24cb
3 changed files with 18 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ typedef struct __hipadaba {
struct __hipadaba *next;
struct __hdbcallback *callBackChain;
char *name;
char *path;
hdbValue value;
int protected;
pStringDict properties;