Rustam's patch
[yaz-moved-to-github.git] / include / yaz / prt-ext.h
index d3e5bf8..55254fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1995-1999, Index Data.
+ * Copyright (c) 1995-2002, Index Data.
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation, in whole or in part, for any purpose, is hereby granted,
@@ -78,6 +78,12 @@ struct Z_External
 #define Z_External_dateTime 17
 #define Z_External_universeReport 18
 #define Z_External_ESAdmin 19
+#define Z_External_update0 20
+#define Z_External_userInfo1 21
+#define Z_External_charSetandLanguageNegotiation 22
+#define Z_External_acfPrompt1 23
+#define Z_External_acfDes1 24
+#define Z_External_acfKrb1 25
     union
     {
        /* Generic types */
@@ -97,13 +103,18 @@ struct Z_External
        Z_DiagnosticFormat *diag1;
        Z_Espec1 *espec1;
        Z_BriefBib *summary;
+        Z_OPACRecord *opac;
        Z_SearchInfoReport *searchResult1;
        Z_IUUpdate *update;
        Z_DateTime *dateTime;
         Z_UniverseReport *universeReport;
-#ifdef ASN_COMPILED
         Z_Admin *adminService;
-#endif
+       Z_IU0Update *update0;
+        Z_OtherInformation *userInfo1;
+        Z_CharSetandLanguageNegotiation *charNeg3;
+        Z_PromptObject1 *acfPrompt1;
+        Z_DES_RN_Object *acfDes1;
+        Z_KRBObject *acfKrb1;
     } u;
 };