X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fprt-ext.h;h=55254fe759860a598276223be0d6b1e3610cb890;hp=dd55770521c05476f6a032b5e7f89eff12c235f9;hb=c34d71d35aceed27cf7e30e6b329a235b48b9ccd;hpb=8f15e8046e0de12e8083ba941c60f854559cb6c3 diff --git a/include/yaz/prt-ext.h b/include/yaz/prt-ext.h index dd55770..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, @@ -79,6 +79,11 @@ struct Z_External #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 */ @@ -105,6 +110,11 @@ struct Z_External Z_UniverseReport *universeReport; Z_Admin *adminService; Z_IU0Update *update0; + Z_OtherInformation *userInfo1; + Z_CharSetandLanguageNegotiation *charNeg3; + Z_PromptObject1 *acfPrompt1; + Z_DES_RN_Object *acfDes1; + Z_KRBObject *acfKrb1; } u; };