Added thesaurus OID
authorSebastian Hammer <quinn@indexdata.com>
Tue, 19 Aug 1997 08:40:52 +0000 (08:40 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Tue, 19 Aug 1997 08:40:52 +0000 (08:40 +0000)
include/oid.h

index f5c50d7..043e9f1 100644 (file)
  * OF THIS SOFTWARE.
  *
  * $Log: oid.h,v $
  * OF THIS SOFTWARE.
  *
  * $Log: oid.h,v $
- * Revision 1.19  1997-07-28 12:34:42  adam
- * Added new OID entries (RVDM).
- *
- * 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
  *
  * Revision 1.17  1997/05/02 08:39:27  quinn
  * Support for private OID table added. Thanks to Ronald van der Meer
 
 #include <yconfig.h>
 
 
 #include <yconfig.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #define OID_SIZE 100
     
 typedef enum oid_proto
 #define OID_SIZE 100
     
 typedef enum oid_proto
@@ -136,9 +129,6 @@ typedef enum oid_value
     VAL_GILS,
     VAL_WAIS,
     VAL_STAS,
     VAL_GILS,
     VAL_WAIS,
     VAL_STAS,
-    VAL_COLLECT1,
-    VAL_CIMI1,
-    VAL_GEO,
     VAL_DIAG1,
     VAL_ISO2709,
     VAL_UNIMARC,
     VAL_DIAG1,
     VAL_ISO2709,
     VAL_UNIMARC,
@@ -156,8 +146,6 @@ typedef enum oid_value
     VAL_PICAMARC,
     VAL_AUSMARC,
     VAL_IBERMARC,
     VAL_PICAMARC,
     VAL_AUSMARC,
     VAL_IBERMARC,
-    VAL_CATMARC,
-    VAL_MALMARC,
     VAL_EXPLAIN,
     VAL_SUTRS,
     VAL_OPAC,
     VAL_EXPLAIN,
     VAL_SUTRS,
     VAL_OPAC,
@@ -165,7 +153,6 @@ typedef enum oid_value
     VAL_GRS0,
     VAL_GRS1,
     VAL_EXTENDED,
     VAL_GRS0,
     VAL_GRS1,
     VAL_EXTENDED,
-    VAL_FRAGMENT,
     VAL_RESOURCE1,
     VAL_RESOURCE2,
     VAL_PROMPT1,
     VAL_RESOURCE1,
     VAL_RESOURCE2,
     VAL_PROMPT1,
@@ -184,7 +171,8 @@ typedef enum oid_value
     VAL_VAR1,
     VAL_ESPEC1,
     VAL_SOIF,
     VAL_VAR1,
     VAL_ESPEC1,
     VAL_SOIF,
-    VAL_SEARCHRES1
+    VAL_SEARCHRES1,
+    VAL_THESAURUS
 } oid_value;
 
 typedef struct oident
 } oid_value;
 
 typedef struct oident
@@ -205,8 +193,4 @@ int oid_oidlen(int *o);
 oid_value oid_getvalbyname(const char *name);
 void oid_setprivateoids(oident *list);
 
 oid_value oid_getvalbyname(const char *name);
 void oid_setprivateoids(oident *list);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif
 #endif