X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fprt-ext.h;h=5d78106fe7766344afd44e90e29c15e660d7bd88;hb=c5f9b67c889e65446bcbf727bef3705229c3fd7f;hp=0aab6722a1fc71d5fba7cec96ee9a10df9ccb07b;hpb=19af2bd8dfd21731cc978beccd1346133d614c67;p=yaz-moved-to-github.git diff --git a/include/yaz/prt-ext.h b/include/yaz/prt-ext.h index 0aab672..5d78106 100644 --- a/include/yaz/prt-ext.h +++ b/include/yaz/prt-ext.h @@ -77,6 +77,8 @@ struct Z_External #define Z_External_update 16 #define Z_External_dateTime 17 #define Z_External_universeReport 18 +#define Z_External_ESAdmin 19 +#define Z_External_update0 20 union { /* Generic types */ @@ -99,7 +101,11 @@ struct Z_External Z_SearchInfoReport *searchResult1; Z_IUUpdate *update; Z_DateTime *dateTime; - Z_UniverseReport *universeReport; + Z_UniverseReport *universeReport; +#ifdef ASN_COMPILED + Z_Admin *adminService; + Z_IU0Update *update0; +#endif } u; };