SRW/SRU explain
[yaz-moved-to-github.git] / include / yaz / oid.h
index e418f6c..048918b 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.12 2002-08-30 15:39:40 mike Exp $
+ * $Id: oid.h,v 1.15 2003-02-21 12:08:58 adam Exp $
  */
 
 #ifndef OID_H
@@ -41,7 +41,8 @@ typedef enum oid_proto
     PROTO_Z3950,
     PROTO_SR,
     PROTO_GENERAL,
-    PROTO_WAIS
+    PROTO_WAIS,
+    PROTO_HTTP,
 } oid_proto;
 
 typedef enum oid_class
@@ -209,6 +210,7 @@ typedef enum oid_value
     VAL_IDXPATH,
     VAL_BIB2,
     VAL_ZEEREX,
+    VAL_CQL,
 
 /* VAL_DYNAMIC must have highest value */
     VAL_DYNAMIC,