X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fotherinfo.c;h=37daa7bb9f5513dc6f79bfd4e587145a1cb54ade;hp=de6e94feb8e58d6c253bb7b0db3ef621fa62fa85;hb=0e7fdbc857d4905e67a7bdf8fe5b6c773ee47a7b;hpb=7a98e9bfbb9d5fe7d44822a9838e3becbdce9363 diff --git a/src/otherinfo.c b/src/otherinfo.c index de6e94f..37daa7b 100644 --- a/src/otherinfo.c +++ b/src/otherinfo.c @@ -1,13 +1,15 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. - * - * $Id: otherinfo.c,v 1.8 2007-05-08 08:22:36 adam Exp $ */ /** * \file otherinfo.c * \brief Implements Z39.50 OtherInfo utilities */ +#if HAVE_CONFIG_H +#include +#endif + #include #include @@ -71,7 +73,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) { @@ -94,6 +96,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]; } @@ -179,9 +182,11 @@ char *yaz_oi_get_string_oid ( return 0; } + /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab