X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt-acc.h;h=ad8d82dd7680abfe306ec2115a4dcb2b17d201a1;hp=9dcd21c659546aeda3771181a40ece402224f875;hb=8de81d57ebf189d37a160fe66df667b50ba7cb86;hpb=bf4149c63ad2e11429e302a89f472de52b4d7ce8 diff --git a/include/prt-acc.h b/include/prt-acc.h index 9dcd21c..ad8d82d 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.7 1997-05-14 06:53:46 adam + * 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 +164,7 @@ 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); #ifdef __cplusplus }