X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fcomstack.h;h=6aef53ea8182fde560fdafa8acac59a43d45e856;hp=ed5065b83f86da7318c7ba3cb5564bd615df90e1;hb=ff4dc282083d2c1920329cd6e7406a10669494dd;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35 diff --git a/include/yaz/comstack.h b/include/yaz/comstack.h index ed5065b..6aef53e 100644 --- a/include/yaz/comstack.h +++ b/include/yaz/comstack.h @@ -122,6 +122,10 @@ YAZ_EXPORT const char *cs_strerror(COMSTACK h); YAZ_EXPORT const char *cs_errmsg(int n); YAZ_EXPORT COMSTACK cs_create_host(const char *type_and_host, int blocking, void **vp); + +YAZ_EXPORT COMSTACK cs_create_host_proxy(const char *vhost, + int blocking, void **vp, + const char *proxy_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);