X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Foid.h;h=53e12327eec2fb998916cd67f01714528fdd23d7;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hp=a10c0ffb7899fbd4dba2d0da4f344e11c6463574;hpb=73664b466cb0c5e9478b4af7c5d4ebed1f2db49e;p=yaz-moved-to-github.git diff --git a/include/oid.h b/include/oid.h index a10c0ff..53e1232 100644 --- a/include/oid.h +++ b/include/oid.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: oid.h,v $ - * Revision 1.17 1997-05-02 08:39:27 quinn + * Revision 1.18 1997-05-14 06:53:42 adam + * C++ support. + * + * Revision 1.17 1997/05/02 08:39:27 quinn * Support for private OID table added. Thanks to Ronald van der Meer * * Revision 1.16 1997/04/30 08:52:08 quinn @@ -86,6 +89,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + #define OID_SIZE 100 typedef enum oid_proto @@ -189,4 +196,8 @@ int oid_oidlen(int *o); oid_value oid_getvalbyname(const char *name); void oid_setprivateoids(oident *list); +#ifdef __cplusplus +} +#endif + #endif