X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fmarcdisp.h;h=01c06016ca169575cac79b867e1b78199df413c7;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hp=d7e14364e0f9095a0b6bff9fe472ba45188da756;hpb=99268f722648e84bf5c54eb685a1434e100f38a1;p=yaz-moved-to-github.git diff --git a/include/marcdisp.h b/include/marcdisp.h index d7e1436..01c0601 100644 --- a/include/marcdisp.h +++ b/include/marcdisp.h @@ -24,7 +24,16 @@ * OF THIS SOFTWARE. * * $Log: marcdisp.h,v $ - * Revision 1.2 1995-05-16 08:50:32 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 + * Modified function heads & prototypes. + * + * Revision 1.2 1995/05/16 08:50:32 quinn * License, documentation, and memory fixes * * Revision 1.1 1995/04/10 10:28:28 quinn @@ -32,5 +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