X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fz-proto.h;h=4d50f84b829031f09834770ef2be848d2338ca3d;hb=4e664c278636002a3a0c7897d233a258ac1ec18d;hp=2d849b6466e3094d60ad6bda676c1f6d9159c78c;hpb=8d363b42a1805306b5df26aac694a4491d5c9119;p=yaz-moved-to-github.git 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 }