X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fdiagbib1.h;h=b2d5fe0d96d2cd16850b6b0182e8b8939dc9cae3;hp=752c0c71806ec586ecfaaed91b5177fc6b86eb88;hb=4519f45627820ab5acbb40400fc3667b08c140d3;hpb=bf4149c63ad2e11429e302a89f472de52b4d7ce8 diff --git a/include/diagbib1.h b/include/diagbib1.h index 752c0c7..b2d5fe0 100644 --- a/include/diagbib1.h +++ b/include/diagbib1.h @@ -24,7 +24,11 @@ * OF THIS SOFTWARE. * * $Log: diagbib1.h,v $ - * Revision 1.5 1997-05-14 06:53:39 adam + * 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 @@ -53,7 +57,7 @@ extern "C" { #endif -const char *diagbib1_str (int code); +YAZ_EXPORT const char *diagbib1_str (int code); #ifdef __cplusplus }