X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fz-assoc.h;h=13f57feff3a998aff9c12fb12c40995080817ed9;hb=107d331342b256bb66cc37583c2dac4550306b8c;hp=ada736bc6120cb3a118aaea0befefa4d32cc3816;hpb=28588b9224eb5189af32b10f440ef2a917a05ea2;p=yazpp-moved-to-github.git diff --git a/include/yaz++/z-assoc.h b/include/yaz++/z-assoc.h index ada736b..13f57fe 100644 --- a/include/yaz++/z-assoc.h +++ b/include/yaz++/z-assoc.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2000, Index Data. * See the file LICENSE for details. * - * $Id: z-assoc.h,v 1.2 2003-10-01 13:13:51 adam Exp $ + * $Id: z-assoc.h,v 1.3 2003-10-10 12:37:26 adam Exp $ */ #ifndef YAZ_Z_ASSOC_INCLUDED @@ -33,7 +33,7 @@ class YAZ_EXPORT Yaz_Z_Assoc : public IYaz_PDU_Observer { /// Timeout specify void timeout(int timeout); /// Begin Z39.50 client role - void client(const char *addr); + int client(const char *addr); /// Begin Z39.50 server role void server(const char *addr); /// Close connection