X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fsoap.h;h=09695b57cac4f41f32a51d8f2fbe3ba6a5c90653;hp=79264f62f84a8a770b41657bdad075b781d02211;hb=5b417578fa8bce4671d29d59201ae0ad0c7e5653;hpb=6bffc65936ba634077acb9f42ace217bc4737539 diff --git a/include/yaz/soap.h b/include/yaz/soap.h index 79264f6..09695b5 100644 --- a/include/yaz/soap.h +++ b/include/yaz/soap.h @@ -2,7 +2,7 @@ * Copyright (c) 2002-2003, Index Data. * See the file LICENSE for details. * - * $Id: soap.h,v 1.4 2003-03-24 22:26:50 adam Exp $ + * $Id: soap.h,v 1.5 2003-12-09 12:51:16 adam Exp $ */ #ifndef YAZ_SOAP_H @@ -10,6 +10,8 @@ #include +YAZ_BEGIN_CDECL + typedef struct { char *fault_code; char *fault_string; @@ -54,4 +56,5 @@ YAZ_EXPORT int z_soap_error(ODR o, Z_SOAP *p, const char *fault_code, const char *fault_string, const char *details); +YAZ_END_CDECL #endif