X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fmarcdisp.h;h=db7197e1efa6416945a3686b66b101c99d476540;hp=c6d622b0d2a2c6d6601070a3b225c0c902e4d04d;hb=ffb88e8bb97c6e24989b7f04b8bbf1a4203d2f72;hpb=b5961610191b8bd0e1cb2124bac964e2bbdf6e87 diff --git a/include/marcdisp.h b/include/marcdisp.h index c6d622b..db7197e 100644 --- a/include/marcdisp.h +++ b/include/marcdisp.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: marcdisp.h,v $ - * Revision 1.7 1997-09-04 07:57:51 adam + * Revision 1.8 1997-09-24 13:35:45 adam + * Added two members to data1_marctab to ease reading of weird MARC records. + * + * Revision 1.7 1997/09/04 07:57:51 adam * Definition of ISO2709 control characters to this file. * * Revision 1.6 1997/09/01 08:49:49 adam @@ -58,6 +61,7 @@ extern "C" { #endif YAZ_EXPORT int marc_display (const char *buf, FILE *outf); +YAZ_EXPORT int marc_display_ex (const char *buf, FILE *outf, int debug); #define ISO2709_RS 035 #define ISO2709_FS 036