X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fproxy%2Fproxy.h;h=06b33e4fc236e440b21c5c5c0e182a043186cb67;hb=4b042ccab852026e35f59e06f4e300a2d8db0793;hp=13e33a521b9a509ce0027f6606e022d795ae45fd;hpb=0d9cb9da0dcc25161bfc04692bc57ea2cc32e803;p=yazpp-moved-to-github.git diff --git a/include/yaz++/proxy/proxy.h b/include/yaz++/proxy/proxy.h index 13e33a5..06b33e4 100644 --- a/include/yaz++/proxy/proxy.h +++ b/include/yaz++/proxy/proxy.h @@ -1,4 +1,4 @@ -/* $Id: proxy.h,v 1.1 2004-03-29 22:46:50 adam Exp $ +/* $Id: proxy.h,v 1.2 2004-03-30 09:05:53 adam Exp $ Copyright (c) 1998-2004, Index Data. This file is part of the yaz-proxy. @@ -235,7 +235,11 @@ class YAZ_EXPORT Yaz_Proxy : public Yaz_Z_Assoc { int m_request_no; int m_invalid_session; int m_marcxml_flag; +#if HAVE_XSLT xsltStylesheetPtr m_stylesheet_xsp; +#else + void *m_stylesheet_xsp; +#endif int m_stylesheet_offset; Z_APDU *m_stylesheet_apdu; Z_NamePlusRecordList *m_stylesheet_nprl;