X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Foid.h;h=c0d5e40c40a494bb56ff23e0551379390d9e9f72;hb=afeee382cc14a2dbacf9f61217ef0e4209a371e1;hp=efd18ed411edc02448820f02a2b2afe7fb8b4d0f;hpb=09c145d7b569e19acd43a50a53c3a8846f7a1c43;p=yaz-moved-to-github.git diff --git a/include/yaz/oid.h b/include/yaz/oid.h index efd18ed..c0d5e40 100644 --- a/include/yaz/oid.h +++ b/include/yaz/oid.h @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: oid.h,v 1.4 2000-01-10 15:16:53 adam Exp $ + * $Id: oid.h,v 1.5 2000-02-28 11:20:06 adam Exp $ */ #ifndef OID_H @@ -31,9 +31,7 @@ #include -#ifdef __cplusplus -extern "C" { -#endif +YAZ_BEGIN_CDECL #define OID_SIZE 20 @@ -199,8 +197,6 @@ YAZ_EXPORT struct oident *oid_addent (int *oid, enum oid_proto proto, YAZ_EXPORT void oid_init(void); YAZ_EXPORT void oid_exit(void); -#ifdef __cplusplus -} -#endif +YAZ_END_CDECL #endif