Added MarcXchange support.
[yaz-moved-to-github.git] / include / yaz / marcdisp.h
index 51fcf0e..f027be3 100644 (file)
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: marcdisp.h,v 1.12 2005-02-02 20:50:38 adam Exp $
+ * $Id: marcdisp.h,v 1.13 2005-02-08 13:51:30 adam Exp $
  */
 
 /**
@@ -54,6 +54,7 @@ YAZ_EXPORT void yaz_marc_xml(yaz_marc_t mt, int xmlmode);
 #define YAZ_MARC_OAIMARC   2
 #define YAZ_MARC_MARCXML   3
 #define YAZ_MARC_ISO2709   4
+#define YAZ_MARC_XCHANGE   5
 
 /* supply iconv handle for character set conversion .. */
 YAZ_EXPORT void yaz_marc_iconv(yaz_marc_t mt, yaz_iconv_t cd);