X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-acc.h;h=1f4bdcacf34f06828c419137e62e87c5787c2a0f;hb=4e664c278636002a3a0c7897d233a258ac1ec18d;hp=9dcd21c659546aeda3771181a40ece402224f875;hpb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;p=yaz-moved-to-github.git diff --git a/include/prt-acc.h b/include/prt-acc.h index 9dcd21c..1f4bdca 100644 --- a/include/prt-acc.h +++ b/include/prt-acc.h @@ -24,7 +24,15 @@ * OF THIS SOFTWARE. * * $Log: prt-acc.h,v $ - * Revision 1.7 1997-05-14 06:53:46 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. + * + * Revision 1.7 1997/05/14 06:53:46 adam * C++ support. * * Revision 1.6 1996/01/02 08:57:35 quinn @@ -160,7 +168,8 @@ typedef struct Z_PromptObject1 } u; } Z_PromptObject1; -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 }