X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fzoom-p.h;fp=zoom%2Fzoom-p.h;h=1c9a1ff7dc9a3e9cbe9090b45d6113ce99690659;hp=4991cde2569f401cf3fb99d54eba7c7e13c6e3db;hb=67e7a7a13ff1e787b9e5cfe84494dfd446c1bcb9;hpb=733dc40da2770d3ecb98d2d2cdc66b05a89bb390 diff --git a/zoom/zoom-p.h b/zoom/zoom-p.h index 4991cde..1c9a1ff 100644 --- a/zoom/zoom-p.h +++ b/zoom/zoom-p.h @@ -1,13 +1,13 @@ /* * Private C header for ZOOM C. - * $Id: zoom-p.h,v 1.2 2001-10-24 12:24:43 adam Exp $ + * $Id: zoom-p.h,v 1.3 2001-11-06 17:05:19 adam Exp $ */ #include #include #include #include -struct Z3950_search_p { +struct Z3950_query_p { Z_Query *query; Z_SortKeySpecList *sort_spec; int refcount; @@ -65,7 +65,7 @@ typedef struct Z3950_record_cache_p *Z3950_record_cache; struct Z3950_resultset_p { Z_Query *r_query; Z_SortKeySpecList *r_sort_spec; - Z3950_search search; + Z3950_query search; int refcount; int size; int start;