X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-acc.h;h=1f4bdcacf34f06828c419137e62e87c5787c2a0f;hb=4e664c278636002a3a0c7897d233a258ac1ec18d;hp=ad8d82dd7680abfe306ec2115a4dcb2b17d201a1;hpb=46ed30d0d83dd1b21e58a4db365a60aefaa5aad8;p=yaz-moved-to-github.git diff --git a/include/prt-acc.h b/include/prt-acc.h index ad8d82d..1f4bdca 100644 --- a/include/prt-acc.h +++ b/include/prt-acc.h @@ -24,7 +24,11 @@ * OF THIS SOFTWARE. * * $Log: prt-acc.h,v $ - * Revision 1.8 1997-09-01 08:49:51 adam + * Revision 1.9 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.8 1997/09/01 08:49:51 adam * New windows NT/95 port using MSV5.0. To export DLL functions the * YAZ_EXPORT modifier was added. Defined in yconfig.h. * @@ -164,7 +168,8 @@ typedef struct Z_PromptObject1 } u; } Z_PromptObject1; -YAZ_EXPORT int z_PromptObject1(ODR o, Z_PromptObject1 **p, int opt); +YAZ_EXPORT int z_PromptObject1(ODR o, Z_PromptObject1 **p, int opt, + const char *name); #ifdef __cplusplus }