X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fprt-ext.h;h=731acdb2b790d0fe3b32376a466e2450786a74a4;hp=48bacb1d6175dc9a42028e0b48abc356bbb657e3;hb=5381b2f81bb793e364cd5b2a910e026ce84d9d05;hpb=d3f87757eae53fd87d2e3e48a392a9e06872f71b diff --git a/include/yaz/prt-ext.h b/include/yaz/prt-ext.h index 48bacb1..731acdb 100644 --- a/include/yaz/prt-ext.h +++ b/include/yaz/prt-ext.h @@ -86,6 +86,7 @@ struct Z_External #define Z_External_acfKrb1 25 #define Z_External_multisrch2 26 #define Z_External_CQL 27 +#define Z_External_OCLCUserInfo 28 union { /* Generic types */ @@ -124,6 +125,7 @@ struct Z_External Z_KRBObject *acfKrb1; Z_MultipleSearchTerms_2 *multipleSearchTerms_2; Z_InternationalString *cql; + Z_OCLC_UserInformation *oclc; } u; };