X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fyazpp%2Fir-assoc.h;h=a1c9f3e08f6ce371ef21737fe3a97de81466141e;hb=0084c40d8bc6babaeb0b833b12d9cd625c807525;hp=4da019b920a3013242ae60d36efd5d7085108972;hpb=6b22d0543d41bec8626f3ae7ac866bcab7de44bd;p=yazpp-moved-to-github.git diff --git a/include/yazpp/ir-assoc.h b/include/yazpp/ir-assoc.h index 4da019b..a1c9f3e 100644 --- a/include/yazpp/ir-assoc.h +++ b/include/yazpp/ir-assoc.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2009 Index Data and Mike Taylor + * Copyright (C) 1998-2012 Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -77,7 +77,7 @@ class YAZ_EXPORT IR_Assoc: public Z_Assoc { /// Send Services int send_initRequest(char* pRefId=NULL); int send_searchRequest(Yaz_Z_Query *query, char* pResultSetId = NULL, char* pRefId = NULL); - int send_presentRequest(int start, int number, char* pResultSetId = NULL, char* pRefId = NULL); + int send_presentRequest(Odr_int start, Odr_int number, char* pResultSetId = NULL, char* pRefId = NULL); int send_deleteResultSetRequest(char* pResultSetId = 0, char* pRefId = 0); /// Recv Services