X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fiso2709.h;h=4f465134115ded7c799e1bdf091b57355c8a8d34;hb=d3b3396613660100d6d830c336fd3df9d01c0a77;hp=8d9e8b6c23f06789a61dca51c7d45e3e673607a0;hpb=c225f9c0b0d280dedb06939fb68a1cb06c74a3c0;p=egate.git diff --git a/include/iso2709.h b/include/iso2709.h index 8d9e8b6..4f46513 100644 --- a/include/iso2709.h +++ b/include/iso2709.h @@ -1,14 +1,20 @@ /* - Record management - - Europagate, 1994-1995. - - $Log: iso2709.h,v $ - Revision 1.3 1995/02/10 17:05:14 adam - New function iso2709_display to display MARC records in a - line-by-line format. The iso2709_cvt function no longer - prints the record to stderr. - + * Record management + * + * Europagate, 1994-1995. + * + * $Log: iso2709.h,v $ + * Revision 1.6 1995/03/08 12:36:35 adam + * New function: dbc2709_cvt. + * + * Revision 1.5 1995/02/23 08:32:12 adam + * Changed header. + * + * Revision 1.3 1995/02/10 17:05:14 adam + * New function iso2709_display to display MARC records in a + * line-by-line format. The iso2709_cvt function no longer + * prints the record to stderr. + * * Revision 1.2 1995/02/10 16:50:25 adam * Indicator field moved to 'struct iso2709_dir' from 'struct * iso2709_field'. @@ -26,6 +32,7 @@ typedef struct iso2709_rec *Iso2709Rec; char *iso2709_read (FILE *inf); Iso2709Rec iso2709_cvt (const char *buf); +Iso2709Rec dbc2709_cvt (const char *buf); void iso2709_rm (Iso2709Rec rec); void iso2709_display (Iso2709Rec rec, FILE *out);