X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Foid.h;h=048918bd3d34b2f35c659b8a10c892a1f3f52695;hb=a834d92665e792c011e86d5603968ab31237575a;hp=e418f6c9cade9b9e0aa566d17f8bb32679c49fc3;hpb=524bfef7eb43a79c16beacccedf6d047074372b5;p=yaz-moved-to-github.git diff --git a/include/yaz/oid.h b/include/yaz/oid.h index e418f6c..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.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,