Index: libucdf/ucdf.h =================================================================== --- libucdf/ucdf.h (revision 35423) +++ libucdf/ucdf.h (revision 35424) @@ -42,6 +42,8 @@ ucdf_direntry_t *parent; ucdf_direntry_t *children; ucdf_direntry_t *next; /* within children */ + + void *user_data; }; typedef struct { @@ -52,6 +54,8 @@ ucdf_direntry_t *root; + void *user_data; + /* cache/interanl */ FILE *f; /* the file we are reading from */ int ssz, sssz;