X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zutil%2Fzoom-p.h;h=2b776d9739336b22eccfda96b8aa2f9ca3b6af3d;hp=f62d94085d0534157a50364be2c75595073198d7;hb=d9d97a04b6f9597225b8440dad61790dfa39a751;hpb=6011a7156d007b94abde4bfc3d427a1bd853cd86 diff --git a/zutil/zoom-p.h b/zutil/zoom-p.h index f62d940..2b776d9 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.5 2003-02-17 14:35:42 adam Exp $ */ #if HAVE_XSLT @@ -90,6 +90,7 @@ struct ZOOM_resultset_p { 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; };