X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fprt-ext.h;h=dd55770521c05476f6a032b5e7f89eff12c235f9;hb=13671e7cc0f3dd4e4b02f94d64a50778c5696ba6;hp=d3e5bf806de2f88a7eb845af12504ff4be2d4fff;hpb=1d88cc1a3680e80dc7996abe5a6e0a99f9ef3d1b;p=yaz-moved-to-github.git diff --git a/include/yaz/prt-ext.h b/include/yaz/prt-ext.h index d3e5bf8..dd55770 100644 --- a/include/yaz/prt-ext.h +++ b/include/yaz/prt-ext.h @@ -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; };