X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fotherinfo.h;h=ed41c9117520ab978672266c23131144c4197d6c;hb=297aa7b45c3bd88aea2799f6810c8c85bc998f56;hp=69ce34126aaa50cff83b6f1f3ea4877bac139a5c;hpb=aa29dbf34d5bb3cbf5b26ee3adfbaf9f9b4f3c67;p=yaz-moved-to-github.git diff --git a/include/yaz/otherinfo.h b/include/yaz/otherinfo.h index 69ce341..ed41c91 100644 --- a/include/yaz/otherinfo.h +++ b/include/yaz/otherinfo.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: otherinfo.h,v 1.10 2007-04-12 17:50:26 adam Exp $ */ +/* $Id: otherinfo.h,v 1.11 2007-05-08 08:22:35 adam Exp $ */ /** * \file otherinfo.h @@ -43,18 +43,18 @@ void yaz_oi_APDU(Z_APDU *apdu, Z_OtherInformation ***oip); YAZ_EXPORT Z_OtherInformationUnit *yaz_oi_update ( Z_OtherInformation **otherInformationP, ODR odr, - const int *oid, int categoryValue, int delete_flag); + const Odr_oid *oid, int categoryValue, int delete_flag); YAZ_EXPORT void yaz_oi_set_string_oid ( Z_OtherInformation **otherInformation, ODR odr, - const int *oid, int categoryValue, + const Odr_oid *oid, int categoryValue, const char *str); YAZ_EXPORT char *yaz_oi_get_string_oid ( Z_OtherInformation **otherInformation, - const int *oid, int categoryValue, int delete_flag); + const Odr_oid *oid, int categoryValue, int delete_flag); YAZ_END_CDECL