X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Foid.h;h=40d8d2ff180b129b4498a0457948bcf6e198e4f0;hb=7057699040b614f56be178f3672b4a2b95301d5f;hp=efd18ed411edc02448820f02a2b2afe7fb8b4d0f;hpb=09c145d7b569e19acd43a50a53c3a8846f7a1c43;p=yaz-moved-to-github.git diff --git a/include/yaz/oid.h b/include/yaz/oid.h index efd18ed..40d8d2f 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.7 2000-10-02 13:58:50 adam Exp $ */ #ifndef OID_H @@ -31,9 +31,7 @@ #include -#ifdef __cplusplus -extern "C" { -#endif +YAZ_BEGIN_CDECL #define OID_SIZE 20 @@ -168,6 +166,9 @@ typedef enum oid_value VAL_SIGLEMARC, VAL_ISDSMARC, VAL_RUSMARC, + VAL_ADMINSERVICE, + VAL_HOLDINGS, + VAL_HUNMARC, /* add new types here... */ /* VAL_DYNAMIC must have highest value */ @@ -199,8 +200,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