X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-p.h;h=51125b513e42a0adfc72a9d69b7843bf07475637;hb=f324699f321593c135a6bb3d858a29f7437cd72d;hp=a9c6b33739f340d7c3314bd921fd4e2bdb0d1204;hpb=7f7a775a9d2be4be61630cbdf4c54cf1d15e6e27;p=yaz-moved-to-github.git diff --git a/src/zoom-p.h b/src/zoom-p.h index a9c6b33..51125b5 100644 --- a/src/zoom-p.h +++ b/src/zoom-p.h @@ -168,8 +168,10 @@ struct ZOOM_resultset_p { #if ZOOM_RESULT_LISTS #else ZOOM_resultset next; - ZOOM_facet_field **facets; #endif + ZOOM_facet_field *facets; + int num_facets; + char **facets_names; }; struct ZOOM_record_p {