X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Foid.h;h=b681a9d9eeb829d592d8967934115be8eda28218;hb=20183db4fcbb8161529ee557ead6789ae2097ae0;hp=1d90a46dc114d03b8219917f7fae445ea4cd875f;hpb=63cafe41a93427118959a74201b3e331169a71d9;p=yaz-moved-to-github.git diff --git a/include/oid.h b/include/oid.h index 1d90a46..b681a9d 100644 --- a/include/oid.h +++ b/include/oid.h @@ -24,7 +24,13 @@ * OF THIS SOFTWARE. * * $Log: oid.h,v $ - * Revision 1.7 1995-09-29 17:12:05 quinn + * Revision 1.9 1995-10-12 10:34:45 quinn + * Added Espec-1. + * + * Revision 1.8 1995/10/10 16:27:08 quinn + * *** empty log message *** + * + * Revision 1.7 1995/09/29 17:12:05 quinn * Smallish * * Revision 1.6 1995/09/27 15:02:48 quinn @@ -132,7 +138,9 @@ typedef struct oident VAL_EXPORTINV, VAL_NONE, VAL_SETM, - VAL_SETG + VAL_SETG, + VAL_VAR1, + VAL_ESPEC1 } value; int oidsuffix[20]; char *desc;