X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fprt-ext.h;h=55254fe759860a598276223be0d6b1e3610cb890;hb=c34d71d35aceed27cf7e30e6b329a235b48b9ccd;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..55254fe 100644 --- a/include/yaz/prt-ext.h +++ b/include/yaz/prt-ext.h @@ -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; };