SRW, CQL, 2003
[yaz-moved-to-github.git] / include / yaz / oid.h
index e146a53..d9f18df 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.13 2003-01-06 08:20:27 adam Exp $
  */
 
 #ifndef OID_H
@@ -206,6 +206,11 @@ typedef enum oid_value
     VAL_UTF8,
 /* 110 */
 
+    VAL_IDXPATH,
+    VAL_BIB2,
+    VAL_ZEEREX,
+    VAL_CQL,
+
 /* VAL_DYNAMIC must have highest value */
     VAL_DYNAMIC,
     VAL_MAX = VAL_DYNAMIC+30