X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Foid.h;h=fb8c58c9434c28f27bebff551197f16a3066b09e;hp=fd804f9e273d05cc1764f0cce9031feb1dab0c9c;hb=742b23a913c14e0a4d39fa8f314300fea55c2352;hpb=9c515b4bffa3c99fec87d3bdfaba158aca8e1dc1 diff --git a/include/oid.h b/include/oid.h index fd804f9..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,13 @@ * OF THIS SOFTWARE. * * $Log: oid.h,v $ - * Revision 1.29 1998-12-03 11:33:04 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 @@ -245,6 +251,8 @@ typedef enum oid_value VAL_TEXT_XML, VAL_APPLICATION_XML, VAL_UNIVERSE_REPORT, + VAL_PROXY, + VAL_COOKIE, /* add new types here... */ /* VAL_DYNAMIC must have highest value */