X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fsrw.h;h=17f48901e2af1d82b6d1fefde70654ea902f0f0d;hb=fc6d778b923000b5c6ad8e108b0b184178a9d33f;hp=b8dd77d22ff5a264d50e04ee6b65260ae6fbce32;hpb=9a931f88892b2d8be796bfafa07e430307b7c5f6;p=yaz-moved-to-github.git diff --git a/include/yaz/srw.h b/include/yaz/srw.h index b8dd77d..17f4890 100644 --- a/include/yaz/srw.h +++ b/include/yaz/srw.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: srw.h,v 1.26 2006-05-05 20:02:22 quinn Exp $ + * $Id: srw.h,v 1.27 2006-06-02 13:08:27 adam Exp $ */ /** * \file srw.h @@ -223,9 +223,12 @@ YAZ_EXPORT void yaz_mk_srw_diagnostic(ODR o, Z_SRW_diagnostic *d, const char *details); YAZ_EXPORT int yaz_sru_get_encode(Z_HTTP_Request *hreq, Z_SRW_PDU *srw_pdu, - ODR encode, char *charset); + ODR encode, const char *charset); YAZ_EXPORT int yaz_sru_post_encode(Z_HTTP_Request *hreq, Z_SRW_PDU *srw_pdu, - ODR encode, char *charset); + ODR encode, const char *charset); +YAZ_EXPORT int yaz_sru_soap_encode(Z_HTTP_Request *hreq, Z_SRW_PDU *srw_pdu, + ODR odr, const char *charset); + YAZ_END_CDECL #endif