X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zutil%2Fzoom-p.h;h=0f7a81ebe576cece3fefc75aac887a462e464612;hb=72d242591ea2f6374ffb3166383f3ffddc342215;hp=b6cf2aed32377a426b23d3eebca096b65216da43;hpb=141269ce5f566fcd7ed188ebe9bb878bf4b32018;p=yaz-moved-to-github.git diff --git a/zutil/zoom-p.h b/zutil/zoom-p.h index b6cf2ae..0f7a81e 100644 --- a/zutil/zoom-p.h +++ b/zutil/zoom-p.h @@ -1,17 +1,25 @@ /* * Private C header for ZOOM C. - * $Id: zoom-p.h,v 1.1 2002-09-16 18:45:14 adam Exp $ + * $Id: zoom-p.h,v 1.3 2003-01-06 08:20:29 adam Exp $ */ + +#if HAVE_GSOAP +#include +#else +struct soap { + int dummy; +}; +#endif + #include #include #include #include #include - typedef struct ZOOM_Event_p *ZOOM_Event; struct ZOOM_query_p { - Z_Query *query; + Z_Query *z_query; Z_SortKeySpecList *sort_spec; int refcount; ODR odr; @@ -26,10 +34,12 @@ struct ZOOM_query_p { #define ZOOM_SELECT_EXCEPT 4 struct ZOOM_connection_p { + struct soap *soap; COMSTACK cs; char *host_port; int error; char *addinfo; + const char *diagset; int state; int mask; int reconnect_ok; @@ -74,7 +84,7 @@ struct ZOOM_options_p { typedef struct ZOOM_record_cache_p *ZOOM_record_cache; struct ZOOM_resultset_p { - Z_Query *r_query; + Z_Query *z_query; Z_SortKeySpecList *r_sort_spec; ZOOM_query search; int refcount;