X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt-ext.h;h=5fb4729f288b68966a43a3e0324a3c0eb955a5ff;hp=e6f708c6f5d76c8ece8432e6f5affb4336abd6b8;hb=f8ec9ce4a0624d49be64a0cce115846155b79e42;hpb=927478192af381aa21ba51487cb8c4417e3d87ff diff --git a/include/prt-ext.h b/include/prt-ext.h index e6f708c..5fb4729 100644 --- a/include/prt-ext.h +++ b/include/prt-ext.h @@ -70,6 +70,7 @@ struct Z_External #define Z_External_summary 13 #define Z_External_OPAC 14 #define Z_External_searchResult1 15 +#define Z_External_update 16 union { /* Generic types */ @@ -90,6 +91,7 @@ struct Z_External Z_Espec1 *espec1; Z_BriefBib *summary; Z_SearchInfoReport *searchResult1; + Z_IUUpdate *update; } u; };