From: Adam Dickmeiss Date: Thu, 4 Dec 2003 11:46:36 +0000 (+0000) Subject: Add missing CDECL around this X-Git-Tag: YAZ.2.0.6~5 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=cc411c43c6681ea13581b8fbf17fd197f2612cd9 Add missing CDECL around this --- diff --git a/include/yaz/zgdu.h b/include/yaz/zgdu.h index 7f9a124..e24a4ab 100644 --- a/include/yaz/zgdu.h +++ b/include/yaz/zgdu.h @@ -3,13 +3,15 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: zgdu.h,v 1.1 2003-02-21 12:08:58 adam Exp $ + * $Id: zgdu.h,v 1.2 2003-12-04 11:46:36 adam Exp $ */ #ifndef Z_GDU_H #define Z_GDU_H #include +YAZ_BEGIN_CDECL + typedef struct Z_HTTP_Header Z_HTTP_Header; struct Z_HTTP_Header { @@ -56,4 +58,6 @@ YAZ_EXPORT const char *z_HTTP_errmsg(int code); YAZ_EXPORT Z_GDU *z_get_HTTP_Response(ODR o, int code); YAZ_EXPORT Z_GDU *z_get_HTTP_Request(ODR o); +YAZ_END_CDECL + #endif