X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Ftcpip.h;h=a9ea61554aef898018a71ac6b3f6cd463634f582;hb=9eb25e97c63071b8cf5aa22c462ff38451909802;hp=b9afb092d3e3756b90d33e833d8faf122627938b;hpb=b335dcd534287a207ef75b35e486df21293feddb;p=yaz-moved-to-github.git diff --git a/include/yaz/tcpip.h b/include/yaz/tcpip.h index b9afb09..a9ea615 100644 --- a/include/yaz/tcpip.h +++ b/include/yaz/tcpip.h @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: tcpip.h,v 1.8 2006-08-30 18:58:58 adam Exp $ + * $Id: tcpip.h,v 1.9 2006-09-06 15:01:53 adam Exp $ */ /** * \file tcpip.h @@ -39,8 +39,8 @@ YAZ_BEGIN_CDECL YAZ_EXPORT int completeWAIS(const unsigned char *buf, int len); -YAZ_EXPORT COMSTACK tcpip_type(int s, int blocking, int protocol, void *vp); -YAZ_EXPORT COMSTACK ssl_type(int s, int blocking, int protocol, void *vp); +YAZ_EXPORT COMSTACK tcpip_type(int s, int flags, int protocol, void *vp); +YAZ_EXPORT COMSTACK ssl_type(int s, int flags, int protocol, void *vp); YAZ_END_CDECL