X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fdata1.h;h=0e1542ab5d57f08fc02e823c056ee60ea393d718;hp=91dbf9aab4a43333c367677b45ac1a79f6ebe7b2;hb=abfbb8adfc5e2cbc048b623d41eaf36f05cf8bd9;hpb=53c17d9dc2f7c8355bbac800ed02862eb5780d4f diff --git a/include/data1.h b/include/data1.h index 91dbf9a..0e1542a 100644 --- a/include/data1.h +++ b/include/data1.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: data1.h,v $ - * Revision 1.9 1995-12-13 15:32:47 quinn + * Revision 1.10 1995-12-14 11:09:43 quinn + * Work on Explain + * + * Revision 1.9 1995/12/13 15:32:47 quinn * Added sgml-output. * * Revision 1.8 1995/12/13 13:44:23 quinn @@ -345,5 +348,6 @@ data1_node *data1_map_record(data1_node *n, data1_maptab *map, NMEM m); data1_marctab *data1_read_marctab(char *file); 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); #endif