X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fd1_attset.h;fp=include%2Fyaz%2Fd1_attset.h;h=dfafdd97562d9c909b841aa4346bc40c8e30941e;hb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;hp=1f2f71a018c30cf2ced9ba86c445fe5d35e23e10;hpb=4553ace9ab808a5db41bd7e03db6b8b4e9f8acc7;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