X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fotherinfo.c;h=80cb19de074807687abc052d454c8560ec18b707;hp=aac8c9e62cd4091e101642836e26de8282605add;hb=31c5e5fa92f5980deac3c042b765e4148329cd1b;hpb=379504a233e3e2cc85bca1e7b6d864f1395aec7c diff --git a/src/otherinfo.c b/src/otherinfo.c index aac8c9e..80cb19d 100644 --- a/src/otherinfo.c +++ b/src/otherinfo.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. */ /** @@ -69,7 +69,7 @@ void yaz_oi_APDU(Z_APDU *apdu, Z_OtherInformation ***oip) } } -Z_OtherInformationUnit *yaz_oi_update ( +Z_OtherInformationUnit *yaz_oi_update( Z_OtherInformation **otherInformationP, ODR odr, const Odr_oid *oid, int categoryValue, int delete_flag) { @@ -92,6 +92,7 @@ Z_OtherInformationUnit *yaz_oi_update ( { if (!oid) { + /* DS: Want does this do? Returns the first element without a category */ if (!otherInformation->list[i]->category) return otherInformation->list[i]; } @@ -177,6 +178,7 @@ char *yaz_oi_get_string_oid ( return 0; } + /* * Local variables: * c-basic-offset: 4