X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Foid.h;h=048918bd3d34b2f35c659b8a10c892a1f3f52695;hb=a834d92665e792c011e86d5603968ab31237575a;hp=e886945c3acb42dceb5c039ba0fc0727c3fd1406;hpb=15441888880455587ad55891b2c3bc00336b8925;p=yaz-moved-to-github.git diff --git a/include/yaz/oid.h b/include/yaz/oid.h index e886945..048918b 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.11 2002-04-12 14:40:20 adam 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 @@ -207,6 +208,9 @@ typedef enum oid_value /* 110 */ VAL_IDXPATH, + VAL_BIB2, + VAL_ZEEREX, + VAL_CQL, /* VAL_DYNAMIC must have highest value */ VAL_DYNAMIC,