X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyazpp%2Fir-assoc.h;h=84a3e36871cb9dcf1daf99f466942e6b5ec5a3cd;hb=b8e64d193b1b4f3197cb0c1db2f8d097e67cd50a;hp=4da019b920a3013242ae60d36efd5d7085108972;hpb=42f5f787566c86490724a6f4166ff4196f057ad8;p=yazpp-moved-to-github.git diff --git a/include/yazpp/ir-assoc.h b/include/yazpp/ir-assoc.h index 4da019b..84a3e36 100644 --- a/include/yazpp/ir-assoc.h +++ b/include/yazpp/ir-assoc.h @@ -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