X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fd1_map.h;h=bfd3567c7b2a6500a3a769bec1e919a19697d73d;hp=80f9f7ba5a7c4c6d80c457142e8f6e4205b780da;hb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;hpb=4553ace9ab808a5db41bd7e03db6b8b4e9f8acc7 diff --git a/include/yaz/d1_map.h b/include/yaz/d1_map.h index 80f9f7b..bfd3567 100644 --- a/include/yaz/d1_map.h +++ b/include/yaz/d1_map.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995,1996 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, @@ -28,9 +28,7 @@ #ifndef D1_MAP_H #define D1_MAP_H -#ifdef __cplusplus -extern "C" { -#endif +YAZ_BEGIN_CDECL typedef struct data1_maptag { @@ -64,8 +62,6 @@ typedef struct data1_maptab struct data1_maptab *next; } data1_maptab; -#ifdef __cplusplus -} -#endif +YAZ_END_CDECL #endif