X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zutil%2Fotherinfo.c;h=db8e0a1e1759caea99d6dc21eff339e399d7d786;hb=ab6f8762c003a867d0e1eb8ac5686a99de47976a;hp=7762515a310293878d004ba9d2f52fa2bda60dce;hpb=77fe09be0d9eb7a585c35a7be679c738a23dffab;p=yaz-moved-to-github.git diff --git a/zutil/otherinfo.c b/zutil/otherinfo.c index 7762515..db8e0a1 100644 --- a/zutil/otherinfo.c +++ b/zutil/otherinfo.c @@ -1,10 +1,17 @@ /* - * Copyright (c) 1999, Index Data + * Copyright (c) 1999-2001, Index Data * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: otherinfo.c,v $ - * Revision 1.3 1999-11-10 09:06:40 adam + * Revision 1.5 2001-09-24 21:51:56 adam + * New Z39.50 OID utilities: yaz_oidval_to_z3950oid, yaz_str_to_z3950oid + * and yaz_z3950oid_to_str. + * + * Revision 1.4 1999/11/30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.3 1999/11/10 09:06:40 adam * Fixed yaz_oi_update so that it ignores NULL pointer. * * Revision 1.2 1999/09/13 12:51:35 adam @@ -21,7 +28,7 @@ #include #include -#include +#include void yaz_oi_APDU(Z_APDU *apdu, Z_OtherInformation ***oip) {