X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zutil%2Fzoom-p.h;h=f62d94085d0534157a50364be2c75595073198d7;hb=854bc0025cf4f8cbd509e2d1de7d2f8a1ea126ac;hp=0f7a81ebe576cece3fefc75aac887a462e464612;hpb=4d531a1a9131d69c3b6c27fbac42837e22cff61c;p=yaz-moved-to-github.git diff --git a/zutil/zoom-p.h b/zutil/zoom-p.h index 0f7a81e..f62d940 100644 --- a/zutil/zoom-p.h +++ b/zutil/zoom-p.h @@ -1,14 +1,10 @@ /* * Private C header for ZOOM C. - * $Id: zoom-p.h,v 1.3 2003-01-06 08:20:29 adam Exp $ + * $Id: zoom-p.h,v 1.4 2003-02-14 18:49:24 adam Exp $ */ -#if HAVE_GSOAP -#include -#else -struct soap { - int dummy; -}; +#if HAVE_XSLT +#include #endif #include @@ -34,9 +30,10 @@ struct ZOOM_query_p { #define ZOOM_SELECT_EXCEPT 4 struct ZOOM_connection_p { - struct soap *soap; + enum oid_proto proto; COMSTACK cs; char *host_port; + char *path; int error; char *addinfo; const char *diagset;