X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fcomstack.h;h=4456dd65071b0daeb8a22fab66b56afd6abed6d8;hp=2b4b4d558b020c088efdb45c62c4b9093bd333cf;hb=9021ba4aa6fcdbdd177073d44edd03a86d70198f;hpb=b8cbf8f36033eb692b79b7e97207baa9904f0a9f diff --git a/include/yaz/comstack.h b/include/yaz/comstack.h index 2b4b4d5..4456dd6 100644 --- a/include/yaz/comstack.h +++ b/include/yaz/comstack.h @@ -123,6 +123,8 @@ 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, int *proxy_mode); 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);