X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fproxy.h;fp=include%2Fyaz%2B%2B%2Fproxy.h;h=12240323629cb0a45d1958df268e6de59433bdea;hb=a57254683d8adfdd6c3617cbcb06fc3b6138e602;hp=a2d8819f6450f85ab0557507ef5af5e0aea2acb1;hpb=f417329d8e9bc14043ff66a82adec187c4c47018;p=yazpp-moved-to-github.git diff --git a/include/yaz++/proxy.h b/include/yaz++/proxy.h index a2d8819..1224032 100644 --- a/include/yaz++/proxy.h +++ b/include/yaz++/proxy.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2004, Index Data. * See the file LICENSE for details. * - * $Id: proxy.h,v 1.32 2004-01-08 22:54:52 adam Exp $ + * $Id: proxy.h,v 1.33 2004-01-09 18:11:15 adam Exp $ */ #include @@ -260,8 +260,8 @@ class YAZ_EXPORT Yaz_Proxy : public Yaz_Z_Assoc { int send_to_srw_client_ok(int hits, Z_Records *records, int start); int send_http_response(int code); int send_srw_response(Z_SRW_PDU *srw_pdu); - int send_srw_explain(); - + int send_srw_explain_response(Z_SRW_diagnostic *diagnostics, + int num_diagnostics); int z_to_srw_diag(ODR o, Z_SRW_searchRetrieveResponse *srw_res, Z_DefaultDiagFormat *ddf); int m_http_keepalive;