Prefix ZOOM_ instead of Z3950_. Documentation updates.
[yaz-moved-to-github.git] / include / yaz / prt-ext.h
index d3e5bf8..dd55770 100644 (file)
@@ -78,6 +78,7 @@ struct Z_External
 #define Z_External_dateTime 17
 #define Z_External_universeReport 18
 #define Z_External_ESAdmin 19
+#define Z_External_update0 20
     union
     {
        /* Generic types */
@@ -97,13 +98,13 @@ 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;
     } u;
 };