X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Ftcpip.h;h=7d808a532243e09fe93019ed07a6672383f98b63;hb=d654b817f2bdb80102dd663d78f31ab3eea4f6bd;hp=812ee2cc8ff9e2cba4c1f4285338316e56a241aa;hpb=473824797f568578dc17d7242551cb2f7ccef46c;p=yaz-moved-to-github.git diff --git a/include/yaz/tcpip.h b/include/yaz/tcpip.h index 812ee2c..7d808a5 100644 --- a/include/yaz/tcpip.h +++ b/include/yaz/tcpip.h @@ -41,7 +41,17 @@ 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_EXPORT COMSTACK yaz_tcpip_create(int s, int flags, int protocol, const char *connect_host); - +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