X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Ftcpip.h;h=a9ea61554aef898018a71ac6b3f6cd463634f582;hp=16aaf99230e874ae6fa65a3871b9bb685c717d47;hb=11dbebdf973d652e486f2b5e457cc46d1478556f;hpb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505 diff --git a/include/yaz/tcpip.h b/include/yaz/tcpip.h index 16aaf99..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.7 2005-06-25 15:46:03 adam Exp $ + * $Id: tcpip.h,v 1.9 2006-09-06 15:01:53 adam Exp $ */ /** * \file tcpip.h @@ -39,9 +39,8 @@ YAZ_BEGIN_CDECL YAZ_EXPORT int completeWAIS(const unsigned char *buf, int len); -YAZ_EXPORT struct sockaddr_in *tcpip_strtoaddr(const char *str); -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