X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fdiagbib1.h;h=b2d5fe0d96d2cd16850b6b0182e8b8939dc9cae3;hb=28231d4c83085109d800c6689ae778cc041c51e7;hp=b79fce8dfec973842274d81c78d3c14bcea0221b;hpb=99268f722648e84bf5c54eb685a1434e100f38a1;p=yaz-moved-to-github.git diff --git a/include/diagbib1.h b/include/diagbib1.h index b79fce8..b2d5fe0 100644 --- a/include/diagbib1.h +++ b/include/diagbib1.h @@ -24,7 +24,20 @@ * OF THIS SOFTWARE. * * $Log: diagbib1.h,v $ - * Revision 1.2 1995-05-16 08:50:30 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 * License, documentation, and memory fixes * * Revision 1.1 1995/03/30 09:39:40 quinn @@ -35,4 +48,19 @@ * */ -const char *diagbib1_str (int code); +#ifndef DIAGBIB1_H +#define DIAGBIB1_H + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +YAZ_EXPORT const char *diagbib1_str (int code); + +#ifdef __cplusplus +} +#endif + +#endif