X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fill.h;h=d7eeb11b33530c7d3d1ecbf03256dc052045cc44;hp=65063406e83e8a3551a4f11f0c436b84c352727a;hb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;hpb=4553ace9ab808a5db41bd7e03db6b8b4e9f8acc7 diff --git a/include/yaz/ill.h b/include/yaz/ill.h index 6506340..d7eeb11 100644 --- a/include/yaz/ill.h +++ b/include/yaz/ill.h @@ -3,7 +3,10 @@ * See the file LICENSE for details. * * $Log: ill.h,v $ - * Revision 1.3 2000-01-31 13:15:21 adam + * Revision 1.4 2000-02-28 11:20:06 adam + * Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL. + * + * Revision 1.3 2000/01/31 13:15:21 adam * Removed uses of assert(3). Cleanup of ODR. CCL parser update so * that some characters are not surrounded by spaces in resulting term. * ILL-code updates. @@ -21,9 +24,7 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif +YAZ_BEGIN_CDECL struct ill_get_ctl { ODR odr; @@ -37,8 +38,6 @@ YAZ_EXPORT ILL_ItemRequest *ill_get_ItemRequest ( YAZ_EXPORT ILL_Request *ill_get_ILLRequest ( struct ill_get_ctl *gs, const char *name, const char *sub); -#ifdef __cplusplus -} -#endif +YAZ_END_CDECL #endif