X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fmarcdisp.h;h=1549805014a898e7412d3a6023a57af62db13e50;hb=69e1deffc8ce5541d72110417f9e555f7e33aac2;hp=810629a2822b0aefdc7ea47f8a4a5ef65634662b;hpb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;p=yaz-moved-to-github.git diff --git a/include/marcdisp.h b/include/marcdisp.h index 810629a..1549805 100644 --- a/include/marcdisp.h +++ b/include/marcdisp.h @@ -24,7 +24,17 @@ * OF THIS SOFTWARE. * * $Log: marcdisp.h,v $ - * Revision 1.3 1995-09-27 15:02:47 quinn + * Revision 1.6 1997-09-01 08:49:49 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:40 adam + * C++ support. + * + * Revision 1.4 1995/09/29 17:12:03 quinn + * Smallish + * + * Revision 1.3 1995/09/27 15:02:47 quinn * Modified function heads & prototypes. * * Revision 1.2 1995/05/16 08:50:32 quinn @@ -35,6 +45,19 @@ * */ +#ifndef MARCDISP_H +#define MARCDISP_H + #include -int MDF marc_display (const char *buf, FILE *outf); +#ifdef __cplusplus +extern "C" { +#endif + +YAZ_EXPORT int marc_display (const char *buf, FILE *outf); + +#ifdef __cplusplus +} +#endif + +#endif