X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fdiagbib1.h;h=b2d5fe0d96d2cd16850b6b0182e8b8939dc9cae3;hb=8d363b42a1805306b5df26aac694a4491d5c9119;hp=55eb568f035be92378844c6f974e1d2eb868cc5f;hpb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;p=yaz-moved-to-github.git diff --git a/include/diagbib1.h b/include/diagbib1.h index 55eb568..b2d5fe0 100644 --- a/include/diagbib1.h +++ b/include/diagbib1.h @@ -24,7 +24,17 @@ * OF THIS SOFTWARE. * * $Log: diagbib1.h,v $ - * Revision 1.3 1995-09-27 15:02:47 quinn + * Revision 1.6 1997-09-01 08:49:48 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.5 1997/05/14 06:53:39 adam + * C++ support. + * + * Revision 1.4 1995/09/29 17:12:02 quinn + * Smallish + * + * Revision 1.3 1995/09/27 15:02:47 quinn * Modified function heads & prototypes. * * Revision 1.2 1995/05/16 08:50:30 quinn @@ -38,6 +48,19 @@ * */ +#ifndef DIAGBIB1_H +#define DIAGBIB1_H + #include -const char MDF *diagbib1_str (int code); +#ifdef __cplusplus +extern "C" { +#endif + +YAZ_EXPORT const char *diagbib1_str (int code); + +#ifdef __cplusplus +} +#endif + +#endif