X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fiso2709.h;h=4f465134115ded7c799e1bdf091b57355c8a8d34;hb=c698f8c8545d6f2eecd1f8fdcef39fcc38ba1a6d;hp=0700ec17adbde1eb3124525fce8dff9406249c72;hpb=6f97971ea2f3d82a406e011a4aaf797368c553be;p=egate.git diff --git a/include/iso2709.h b/include/iso2709.h index 0700ec1..4f46513 100644 --- a/include/iso2709.h +++ b/include/iso2709.h @@ -4,7 +4,10 @@ * Europagate, 1994-1995. * * $Log: iso2709.h,v $ - * Revision 1.5 1995/02/23 08:32:12 adam + * 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 @@ -29,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);