X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fprt-ext.h;h=d3e5bf806de2f88a7eb845af12504ff4be2d4fff;hb=7057699040b614f56be178f3672b4a2b95301d5f;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..d3e5bf8 100644 --- a/include/yaz/prt-ext.h +++ b/include/yaz/prt-ext.h @@ -77,6 +77,7 @@ struct Z_External #define Z_External_update 16 #define Z_External_dateTime 17 #define Z_External_universeReport 18 +#define Z_External_ESAdmin 19 union { /* Generic types */ @@ -99,7 +100,10 @@ struct Z_External Z_SearchInfoReport *searchResult1; Z_IUUpdate *update; Z_DateTime *dateTime; - Z_UniverseReport *universeReport; + Z_UniverseReport *universeReport; +#ifdef ASN_COMPILED + Z_Admin *adminService; +#endif } u; };