X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Ftcpip.h;h=7d808a532243e09fe93019ed07a6672383f98b63;hb=d654b817f2bdb80102dd663d78f31ab3eea4f6bd;hp=d744009c13e37de1f6a7302f5a4efcd2d0a2a08f;hpb=b822082114c8d580461eb58ff90de9a92e397b90;p=yaz-moved-to-github.git diff --git a/include/yaz/tcpip.h b/include/yaz/tcpip.h index d744009..7d808a5 100644 --- a/include/yaz/tcpip.h +++ b/include/yaz/tcpip.h @@ -44,7 +44,14 @@ YAZ_EXPORT COMSTACK yaz_tcpip_create(int s, int flags, int protocol, YAZ_EXPORT COMSTACK yaz_tcpip_create2(int s, int flags, int protocol, const char *connect_host, const char *bind_host); - +YAZ_EXPORT COMSTACK yaz_tcpip_create3(int s, int flags, int protocol, + const char *connect_host, + const char *connect_auth, + const char *bind_host); +YAZ_EXPORT COMSTACK yaz_ssl_create(int s, int flags, int protocol, + const char *connect_host, + const char *connect_auth, + const char *bind_host); YAZ_END_CDECL #endif