X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Ftcpip.h;h=7d808a532243e09fe93019ed07a6672383f98b63;hp=d744009c13e37de1f6a7302f5a4efcd2d0a2a08f;hb=0b121738c22cd67b153792d645746447d8a81767;hpb=8fb781d91bd3f8bd73dc30b4a1bdc23a69120d87 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