X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zutil%2Fzoom-p.h;h=0e136ee62632da0f45c2d5c933aea12a2b01073c;hb=d3f87757eae53fd87d2e3e48a392a9e06872f71b;hp=38412a31036f722f7a0ca5e7ffb30a1b1939d3a4;hpb=a6d84a7dae6b0dc41228c301069bb14fb26bd38e;p=yaz-moved-to-github.git diff --git a/zutil/zoom-p.h b/zutil/zoom-p.h index 38412a3..0e136ee 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.6 2003-02-20 15:11:58 adam Exp $ + * $Id: zoom-p.h,v 1.10 2003-07-14 12:59:23 adam Exp $ */ #if HAVE_XSLT @@ -63,7 +63,6 @@ struct ZOOM_connection_p { ZOOM_Event m_queue_back; }; - struct ZOOM_options_entry { char *name; char *value; @@ -88,6 +87,7 @@ struct ZOOM_resultset_p { int size; int start; int count; + int step; int piggyback; char *setname; char *schema; @@ -101,6 +101,8 @@ struct ZOOM_resultset_p { struct ZOOM_record_p { ODR odr; WRBUF wrbuf_marc; + WRBUF wrbuf_iconv; + WRBUF wrbuf_opac; Z_NamePlusRecord *npr; };