X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fcomstack.h;fp=include%2Fyaz%2Fcomstack.h;h=e3dada79e8b724a3228fec3dd7e66f20342fbf5d;hb=06485f9b118b91d56e88e412ba54ce43fae9d0b8;hp=2b4b4d558b020c088efdb45c62c4b9093bd333cf;hpb=ad254547a6fc4d5dddbdf09e97b7c8ee38c8f0aa;p=yaz-moved-to-github.git diff --git a/include/yaz/comstack.h b/include/yaz/comstack.h index 2b4b4d5..e3dada7 100644 --- a/include/yaz/comstack.h +++ b/include/yaz/comstack.h @@ -123,6 +123,10 @@ YAZ_EXPORT COMSTACK cs_create_host(const char *type_and_host, YAZ_EXPORT COMSTACK cs_create_host_proxy(const char *vhost, int blocking, void **vp, const char *proxy_host); +YAZ_EXPORT COMSTACK cs_create_host2(const char *vhost, + int blocking, void **vp, + const char *proxy_host, + const char *bind_host); YAZ_EXPORT void cs_get_host_args(const char *type_and_host, const char **args); YAZ_EXPORT int cs_complete_auto_head(const char *buf, int len); YAZ_EXPORT int cs_complete_auto(const char *buf, int len);