X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Foid.h;h=a10c0ffb7899fbd4dba2d0da4f344e11c6463574;hb=b70baaf0e38b063475d6043bb1ab405be957a389;hp=98e914a80ebf91e6337ba5e1f48b68af1391203b;hpb=1318fabb307dce513479df1890cac2f20cddda45;p=yaz-moved-to-github.git diff --git a/include/oid.h b/include/oid.h index 98e914a..a10c0ff 100644 --- a/include/oid.h +++ b/include/oid.h @@ -24,7 +24,13 @@ * OF THIS SOFTWARE. * * $Log: oid.h,v $ - * Revision 1.15 1996-10-09 15:54:57 quinn + * Revision 1.17 1997-05-02 08:39:27 quinn + * Support for private OID table added. Thanks to Ronald van der Meer + * + * Revision 1.16 1997/04/30 08:52:08 quinn + * Null + * + * Revision 1.15 1996/10/09 15:54:57 quinn * Added SearchInfoReport * * Revision 1.14 1996/10/07 15:29:17 quinn @@ -181,5 +187,6 @@ void oid_oidcat(int *t, int *s); int oid_oidcmp(int *o1, int *o2); int oid_oidlen(int *o); oid_value oid_getvalbyname(const char *name); +void oid_setprivateoids(oident *list); #endif