Added thesaurus OID
[yaz-moved-to-github.git] / include / oid.h
index 53e1232..043e9f1 100644 (file)
@@ -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
 
 #include <yconfig.h>
 
-#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