X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Foid.h;h=f5eaa23f1714794a0b248b6de0221930e5426efc;hb=0e96e3780fe77ed9f8bd78245b9e9a8a42c0892d;hp=e146a5398f11ac11b0e78ac771f9423a21135e31;hpb=c34d71d35aceed27cf7e30e6b329a235b48b9ccd;p=yaz-moved-to-github.git diff --git a/include/yaz/oid.h b/include/yaz/oid.h index e146a53..f5eaa23 100644 --- a/include/yaz/oid.h +++ b/include/yaz/oid.h @@ -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.16 2003-06-02 12:53:27 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 @@ -206,6 +207,12 @@ typedef enum oid_value VAL_UTF8, /* 110 */ + VAL_IDXPATH, + VAL_BIB2, + VAL_ZEEREX, + VAL_CQL, + VAL_DBUPDATE1, + /* VAL_DYNAMIC must have highest value */ VAL_DYNAMIC, VAL_MAX = VAL_DYNAMIC+30