Increased version number
[yaz-moved-to-github.git] / include / yaz / oid.h
index e146a53..e418f6c 100644 (file)
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: oid.h,v 1.10 2002-02-11 23:25:26 adam Exp $
+ * $Id: oid.h,v 1.12 2002-08-30 15:39:40 mike Exp $
  */
 
 #ifndef OID_H
@@ -206,6 +206,10 @@ typedef enum oid_value
     VAL_UTF8,
 /* 110 */
 
+    VAL_IDXPATH,
+    VAL_BIB2,
+    VAL_ZEEREX,
+
 /* VAL_DYNAMIC must have highest value */
     VAL_DYNAMIC,
     VAL_MAX = VAL_DYNAMIC+30