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