X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Foid.h;h=b900b9fc6eaedfb35655b0aef8e0c1b201ab2b5c;hb=6d7038a051e53896c8447bec79279353a3ab57ef;hp=af5a0c9c9dd2edccf7295b380caadbc296e12838;hpb=016a7b8249c7914dc028829009a7ea7574e29e51;p=yaz-moved-to-github.git diff --git a/include/oid.h b/include/oid.h index af5a0c9..b900b9f 100644 --- a/include/oid.h +++ b/include/oid.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: oid.h,v $ - * Revision 1.3 1995-05-29 08:11:33 quinn + * Revision 1.4 1995-06-27 13:20:32 quinn + * Added SUTRS support + * + * Revision 1.3 1995/05/29 08:11:33 quinn * Moved oid from odr/asn to util. * * Revision 1.2 1995/05/16 08:50:35 quinn @@ -115,7 +118,8 @@ typedef struct oident VAL_ITEMORDER, VAL_DBUPDATE, VAL_EXPORTSPEC, - VAL_EXPORTINV + VAL_EXPORTINV, + VAL_NONE } value; int oidsuffix[20]; char *desc;