X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fir-assoc.h;fp=include%2Fyaz%2B%2B%2Fir-assoc.h;h=aed30c6d009d92fc223cfc18b5ad1ea8b21cfb7f;hb=28588b9224eb5189af32b10f440ef2a917a05ea2;hp=408f31fd76470ec6f22fe473444602aab4369226;hpb=46d33593562f66b4a074a428e9c8c1f2e94fa4ad;p=yazpp-moved-to-github.git diff --git a/include/yaz++/ir-assoc.h b/include/yaz++/ir-assoc.h index 408f31f..aed30c6 100644 --- a/include/yaz++/ir-assoc.h +++ b/include/yaz++/ir-assoc.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2000, Index Data. * See the file LICENSE for details. * - * $Id: ir-assoc.h,v 1.1 2002-10-09 12:50:26 adam Exp $ + * $Id: ir-assoc.h,v 1.2 2003-10-01 13:13:51 adam Exp $ */ #include @@ -19,7 +19,7 @@ class YAZ_EXPORT Yaz_IR_Assoc: public Yaz_Z_Assoc { /// Destroy assocation and close PDU Observer virtual ~Yaz_IR_Assoc(); /// Receive Z39.50 PDU - void recv_Z_PDU(Z_APDU *apdu); + void recv_Z_PDU(Z_APDU *apdu, int len); /// Set Database Names void set_databaseNames (int num, const char **list); void set_databaseNames(const char *dblist, const char *sep);