X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fcomstack.h;h=2b4b4d558b020c088efdb45c62c4b9093bd333cf;hb=c62c26d35e1eaf2ab04c4c64a3548e355059ebe3;hp=e3dada79e8b724a3228fec3dd7e66f20342fbf5d;hpb=8f3a251b076d7438bac8e23db9b50a639425ddab;p=yaz-moved-to-github.git diff --git a/include/yaz/comstack.h b/include/yaz/comstack.h index e3dada7..2b4b4d5 100644 --- a/include/yaz/comstack.h +++ b/include/yaz/comstack.h @@ -123,10 +123,6 @@ 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);