X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fdata1.h;h=4178b55dbb29df22fafb2e8093bc4bbdd632e14b;hp=54b4d3b2e86b87b941f7bb1a016c376090524b91;hb=f7d86f5de3de80dcd56b7f5206d46203095eaf36;hpb=4090fc5c7b77769020633d09cf63b325aceaf49a diff --git a/include/data1.h b/include/data1.h index 54b4d3b..4178b55 100644 --- a/include/data1.h +++ b/include/data1.h @@ -24,7 +24,11 @@ * OF THIS SOFTWARE. * * $Log: data1.h,v $ - * Revision 1.32 1997-12-09 16:18:16 adam + * Revision 1.33 1997-12-18 10:51:30 adam + * Implemented sub-trees feature for schemas - including forward + * references. + * + * Revision 1.32 1997/12/09 16:18:16 adam * Work on EXPLAIN schema. First implementation of sub-schema facility * in the *.abs files. * @@ -318,6 +322,7 @@ typedef struct data1_element char *name; data1_tag *tag; data1_termlist *termlists; + char *sub_name; struct data1_element *children; struct data1_element *next; } data1_element;