X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fdata1.h;h=f8034596415c0bac9b7e433afb9964035720444e;hp=f0d54b8ba8fd1ef6fca75bd65f1c2937e7ca72df;hb=8986fb21c4b4a417de1817a73191b4b522c453d9;hpb=bd0180737b693328bc8ced2e294588209a5d858b;ds=sidebyside diff --git a/include/data1.h b/include/data1.h index f0d54b8..f803459 100644 --- a/include/data1.h +++ b/include/data1.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: data1.h,v $ - * Revision 1.5 1995-12-05 14:26:40 quinn + * Revision 1.6 1995-12-11 15:22:12 quinn + * Added last_child field to the node. + * + * Revision 1.5 1995/12/05 14:26:40 quinn * Added global lbuf to data1_node. * * Revision 1.4 1995/11/13 09:27:29 quinn @@ -296,6 +299,7 @@ typedef struct data1_node int num_children; struct data1_node *next; struct data1_node *child; + struct data1_node *last_child; struct data1_node *parent; struct data1_node *root; } data1_node;