X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zutil%2Fzoom-p.h;h=38412a31036f722f7a0ca5e7ffb30a1b1939d3a4;hp=f62d94085d0534157a50364be2c75595073198d7;hb=a6d84a7dae6b0dc41228c301069bb14fb26bd38e;hpb=ac286ae76051058c8e340bf84eb98391340b7d22 diff --git a/zutil/zoom-p.h b/zutil/zoom-p.h index f62d940..38412a3 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.4 2003-02-14 18:49:24 adam Exp $ + * $Id: zoom-p.h,v 1.6 2003-02-20 15:11:58 adam Exp $ */ #if HAVE_XSLT @@ -19,6 +19,7 @@ struct ZOOM_query_p { Z_SortKeySpecList *sort_spec; int refcount; ODR odr; + char *query_string; }; #define STATE_IDLE 0 @@ -81,15 +82,15 @@ struct ZOOM_options_p { typedef struct ZOOM_record_cache_p *ZOOM_record_cache; struct ZOOM_resultset_p { - Z_Query *z_query; Z_SortKeySpecList *r_sort_spec; - ZOOM_query search; + ZOOM_query query; int refcount; int size; int start; int count; int piggyback; char *setname; + char *schema; ODR odr; ZOOM_record_cache record_cache; ZOOM_options options; @@ -107,6 +108,7 @@ struct ZOOM_record_cache_p { struct ZOOM_record_p rec; char *elementSetName; char *syntax; + char *schema; int pos; ZOOM_record_cache next; };