X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fmarcdisp.h;h=01c06016ca169575cac79b867e1b78199df413c7;hp=759403c4a765614b7c8c29a34398a45e9c73e885;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hpb=73664b466cb0c5e9478b4af7c5d4ebed1f2db49e diff --git a/include/marcdisp.h b/include/marcdisp.h index 759403c..01c0601 100644 --- a/include/marcdisp.h +++ b/include/marcdisp.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: marcdisp.h,v $ - * Revision 1.4 1995-09-29 17:12:03 quinn + * 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 @@ -38,6 +41,19 @@ * */ +#ifndef MARCDISP_H +#define MARCDISP_H + #include + +#ifdef __cplusplus +extern "C" { +#endif + int marc_display (const char *buf, FILE *outf); +#ifdef __cplusplus +} +#endif + +#endif