X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fd1_attset.h;h=dfafdd97562d9c909b841aa4346bc40c8e30941e;hb=7057699040b614f56be178f3672b4a2b95301d5f;hp=1f2f71a018c30cf2ced9ba86c445fe5d35e23e10;hpb=d9ee01635f03f9095a66f71b73580560d48798e8;p=yaz-moved-to-github.git diff --git a/include/yaz/d1_attset.h b/include/yaz/d1_attset.h index 1f2f71a..dfafdd9 100644 --- a/include/yaz/d1_attset.h +++ b/include/yaz/d1_attset.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-1998, Index Data. + * Copyright (c) 1995-2000, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -30,9 +30,7 @@ #include -#ifdef __cplusplus -extern "C" { -#endif +YAZ_BEGIN_CDECL /* * This structure describes a attset, perhaps made up by inclusion @@ -86,8 +84,6 @@ YAZ_EXPORT data1_attset *data1_read_attset(data1_handle dh, const char *file); YAZ_EXPORT data1_attset *data1_empty_attset(data1_handle dh); -#ifdef __cplusplus -} -#endif +YAZ_END_CDECL #endif