X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Foid.h;h=fb8c58c9434c28f27bebff551197f16a3066b09e;hp=2da55274f0c4e9770f7d114216fe071485d8837b;hb=742b23a913c14e0a4d39fa8f314300fea55c2352;hpb=23cfa431fda52535722e4efdc3f462995937e863 diff --git a/include/oid.h b/include/oid.h index 2da5527..fb8c58c 100644 --- a/include/oid.h +++ b/include/oid.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-1998, Index Data. + * Copyright (c) 1995-1999, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -24,7 +24,16 @@ * OF THIS SOFTWARE. * * $Log: oid.h,v $ - * Revision 1.28 1998-10-13 16:01:52 adam + * Revision 1.31 1999-04-15 09:19:43 adam + * Added COOKIE UserInfo OID. + * + * Revision 1.30 1999/04/09 12:16:11 adam + * Added OtherInfo private OID proxy. + * + * Revision 1.29 1998/12/03 11:33:04 adam + * Added OID's for XML. + * + * Revision 1.28 1998/10/13 16:01:52 adam * Implemented support for dynamic object identifiers. * Function oid_getvalbyname now accepts raw OID's as well as traditional * names. @@ -239,7 +248,11 @@ typedef enum oid_value VAL_TIFFB, VAL_WAV, VAL_UPDATEES, + VAL_TEXT_XML, + VAL_APPLICATION_XML, VAL_UNIVERSE_REPORT, + VAL_PROXY, + VAL_COOKIE, /* add new types here... */ /* VAL_DYNAMIC must have highest value */