X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fdata1.h;h=dd5ec345da74e88bf60f600a40a0ad2af2c29fa0;hb=7436fd1fdf0ca6d2c5c68d9cc0cd57f53d9c8e12;hp=c72d9d7c942b81d47aacb51015f1c22aaee78980;hpb=7b975f32e5bb0ae39b62167f9eb09b02be36d3f6;p=yaz-moved-to-github.git diff --git a/include/data1.h b/include/data1.h index c72d9d7..dd5ec34 100644 --- a/include/data1.h +++ b/include/data1.h @@ -24,7 +24,13 @@ * OF THIS SOFTWARE. * * $Log: data1.h,v $ - * Revision 1.16 1996-06-10 08:55:34 quinn + * Revision 1.18 1996-10-07 15:29:16 quinn + * Added SOIF support + * + * Revision 1.17 1996/07/06 19:58:32 quinn + * System headerfiles gathered in yconfig + * + * Revision 1.16 1996/06/10 08:55:34 quinn * Added Summary. Unfinished work * * Revision 1.15 1996/06/03 09:46:03 quinn @@ -312,6 +318,7 @@ typedef struct data1_node int node_selected; int make_variantlist; int no_data_requested; + int get_bytes; } tag; struct @@ -387,5 +394,6 @@ char *data1_nodetomarc(data1_marctab *p, data1_node *n, int selected, int *len); char *data1_nodetoidsgml(data1_node *n, int select, int *len); Z_ExplainRecord *data1_nodetoexplain(data1_node *n, int select, ODR o); Z_BriefBib *data1_nodetosummary(data1_node *n, int select, ODR o); +char *data1_nodetosoif(data1_node *n, int select, int *len); #endif