From: Adam Dickmeiss Date: Wed, 9 Jun 1999 10:52:11 +0000 (+0000) Subject: Added YAZ_EXPORT. X-Git-Tag: YAZ.1.8~353 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=4e664c278636002a3a0c7897d233a258ac1ec18d Added YAZ_EXPORT. --- diff --git a/include/z-proto.h b/include/z-proto.h index 2d849b6..4d50f84 100644 --- a/include/z-proto.h +++ b/include/z-proto.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: z-proto.h,v $ - * Revision 1.1 1999-06-08 13:11:55 adam + * Revision 1.2 1999-06-09 10:52:11 adam + * Added YAZ_EXPORT. + * + * Revision 1.1 1999/06/08 13:11:55 adam * Fixed problem with proto.h. * * Revision 1.2 1999/04/20 10:37:04 adam @@ -103,8 +106,8 @@ extern "C" { typedef Z_External Z_DatabaseRecord; typedef struct Z_IOItemOrder Z_ItemOrder; -Z_APDU *zget_APDU(ODR o, int which); -Z_Close *zget_Close (ODR o); +YAZ_EXPORT Z_APDU *zget_APDU(ODR o, int which); +YAZ_EXPORT Z_Close *zget_Close (ODR o); #ifdef __cplusplus }