From: Adam Dickmeiss Date: Thu, 4 Sep 1997 07:57:51 +0000 (+0000) Subject: Definition of ISO2709 control characters to this file. X-Git-Tag: YAZ.1.8~619 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=b5961610191b8bd0e1cb2124bac964e2bbdf6e87;p=yaz-moved-to-github.git Definition of ISO2709 control characters to this file. --- diff --git a/include/marcdisp.h b/include/marcdisp.h index 1549805..c6d622b 100644 --- a/include/marcdisp.h +++ b/include/marcdisp.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: marcdisp.h,v $ - * Revision 1.6 1997-09-01 08:49:49 adam + * Revision 1.7 1997-09-04 07:57:51 adam + * Definition of ISO2709 control characters to this file. + * + * 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. * @@ -56,6 +59,10 @@ extern "C" { YAZ_EXPORT int marc_display (const char *buf, FILE *outf); +#define ISO2709_RS 035 +#define ISO2709_FS 036 +#define ISO2709_IDFS 037 + #ifdef __cplusplus } #endif