Added OtherInfo private OID proxy.
[yaz-moved-to-github.git] / include / oid.h
index 2da5527..33d2a77 100644 (file)
  * OF THIS SOFTWARE.
  *
  * $Log: oid.h,v $
- * Revision 1.28  1998-10-13 16:01:52  adam
+ * Revision 1.30  1999-04-09 12:16:11  adam
+ * Added OtherInfo private OID proxy.
+ *
+ * Revision 1.29  1998/12/03 11:33:04  adam
+ * Added OID's for XML.
+ *
+ * Revision 1.28  1998/10/13 16:01:52  adam
  * Implemented support for dynamic object identifiers.
  * Function oid_getvalbyname now accepts raw OID's as well as traditional
  * names.
@@ -239,7 +245,10 @@ typedef enum oid_value
     VAL_TIFFB,
     VAL_WAV,
     VAL_UPDATEES,
+    VAL_TEXT_XML,
+    VAL_APPLICATION_XML,
     VAL_UNIVERSE_REPORT,
+    VAL_PROXY,
 /* add new types here... */
 
 /* VAL_DYNAMIC must have highest value */