X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fsoap.h;h=c920874dfa0cc901204c35f6a561cfcc063ba251;hp=2211c4b57040e7133f6a6f42f5a259c614e273bd;hb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;hpb=67002f49611adb64993391b0cbf6c235f18080a4 diff --git a/include/yaz/soap.h b/include/yaz/soap.h index 2211c4b..c920874 100644 --- a/include/yaz/soap.h +++ b/include/yaz/soap.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: soap.h,v 1.9 2005-01-15 19:47:10 adam Exp $ + * $Id: soap.h,v 1.10 2005-06-25 15:46:03 adam Exp $ */ /** * \file soap.h @@ -42,7 +42,7 @@ typedef struct { } Z_SOAP; typedef int (*Z_SOAP_fun)(ODR o, void * ptr, void **handler_data, - void *client_data, const char *ns); + void *client_data, const char *ns); typedef struct { char *ns; void *client_data; @@ -53,14 +53,14 @@ YAZ_EXPORT int z_soap_codec(ODR o, Z_SOAP **pp, char **content_buf, int *content_len, Z_SOAP_Handler *handlers); YAZ_EXPORT int z_soap_codec_enc(ODR o, Z_SOAP **pp, - char **content_buf, int *content_len, - Z_SOAP_Handler *handlers, - const char *encoding); + char **content_buf, int *content_len, + Z_SOAP_Handler *handlers, + const char *encoding); YAZ_EXPORT int z_soap_codec_enc_xsl(ODR o, Z_SOAP **pp, - char **content_buf, int *content_len, - Z_SOAP_Handler *handlers, - const char *encoding, - const char *stylesheet); + char **content_buf, int *content_len, + Z_SOAP_Handler *handlers, + const char *encoding, + const char *stylesheet); YAZ_EXPORT int z_soap_error(ODR o, Z_SOAP *p, const char *fault_code, const char *fault_string, @@ -68,3 +68,11 @@ YAZ_EXPORT int z_soap_error(ODR o, Z_SOAP *p, YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +