X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zutil%2Fzoom-p.h;h=82f1371738b1fc456654d123c1f6924a91e4e230;hb=660689d0e3d249b5d6c10fa695e621ec5b8e36a9;hp=68faf1e90a2f55a20c89b2d749d9fa877fb704a3;hpb=ccb068efa655ace7835a122c1226356f2f933992;p=yaz-moved-to-github.git diff --git a/zutil/zoom-p.h b/zutil/zoom-p.h index 68faf1e..82f1371 100644 --- a/zutil/zoom-p.h +++ b/zutil/zoom-p.h @@ -1,6 +1,6 @@ /* * Private C header for ZOOM C. - * $Id: zoom-p.h,v 1.7 2003-05-20 08:22:33 adam Exp $ + * $Id: zoom-p.h,v 1.8 2003-05-30 10:24:58 adam Exp $ */ #if HAVE_XSLT @@ -102,7 +102,9 @@ struct ZOOM_resultset_p { struct ZOOM_record_p { ODR odr; WRBUF wrbuf_marc; + WRBUF wrbuf_iconv; Z_NamePlusRecord *npr; + char *record_charset; }; struct ZOOM_record_cache_p {