X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-dat.h;h=5a1ef6b6ca94059a9adf143d783bed326208a597;hb=8d363b42a1805306b5df26aac694a4491d5c9119;hp=63097617f5e8ba89da6c272a314f8c7e1ad0fb24;hpb=fa86345c14168c451f8c76b71309b27230bfee44;p=yaz-moved-to-github.git diff --git a/include/prt-dat.h b/include/prt-dat.h index 6309761..5a1ef6b 100644 --- a/include/prt-dat.h +++ b/include/prt-dat.h @@ -8,7 +8,11 @@ * Databasix Information Systems B.V., Utrecht, The Netherlands. * * $Log: prt-dat.h,v $ - * Revision 1.1 1998-02-10 15:31:52 adam + * Revision 1.2 1999-04-20 09:56:48 adam + * Added 'name' paramter to encoder/decoder routines (typedef Odr_fun). + * Modified all encoders/decoders to reflect this change. + * + * Revision 1.1 1998/02/10 15:31:52 adam * Implemented date and time structure. Changed the Update Extended * Service. * @@ -135,7 +139,7 @@ typedef struct Z_DateTime Z_Time *z3950Time; /* OPTIONAL */ } Z_DateTime; -YAZ_EXPORT int z_DateTime(ODR o, Z_DateTime **p, int opt); +YAZ_EXPORT int z_DateTime(ODR o, Z_DateTime **p, int opt, const char *name); #ifdef __cplusplus }