Updated for YAZ 1.7. HTML output tidy up. Added LOC target.
[egate.git] / include / zaccess.h
index 4a61968..27fdd06 100644 (file)
@@ -45,6 +45,9 @@
  * Europagate, 1995
  *
  * $Log: zaccess.h,v $
+ * Revision 1.14  2001/02/26 14:32:36  adam
+ * Updated for YAZ 1.7. HTML output tidy up. Added LOC target.
+ *
  * Revision 1.13  1995/05/16 09:39:40  adam
  * LICENSE.
  *
@@ -108,7 +111,8 @@ typedef struct zass_record
     {
        ZASS_REC_UNKNOWN=-1,
        ZASS_REC_DIAG=0,
-       ZASS_REC_USMARC=10
+       ZASS_REC_USMARC=10,
+       ZASS_REC_DANMARC=11
     } which;      /* 0 = diagnostic, others according to z3950v3 */
     char *record;   /* marc or other */