X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fdiagbib1.h;h=752c0c71806ec586ecfaaed91b5177fc6b86eb88;hb=88d26764ac94b4a2872c77e2deed58b15d2f6f02;hp=55eb568f035be92378844c6f974e1d2eb868cc5f;hpb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;p=yaz-moved-to-github.git diff --git a/include/diagbib1.h b/include/diagbib1.h index 55eb568..752c0c7 100644 --- a/include/diagbib1.h +++ b/include/diagbib1.h @@ -24,7 +24,13 @@ * OF THIS SOFTWARE. * * $Log: diagbib1.h,v $ - * Revision 1.3 1995-09-27 15:02:47 quinn + * 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 +44,19 @@ * */ +#ifndef DIAGBIB1_H +#define DIAGBIB1_H + #include -const char MDF *diagbib1_str (int code); +#ifdef __cplusplus +extern "C" { +#endif + +const char *diagbib1_str (int code); + +#ifdef __cplusplus +} +#endif + +#endif