X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcomstack.c;h=6e72e2595efd1496151524e87768471cf8672f47;hp=0c502f83127a11e420d0718ae2310013c5616627;hb=90636015fbde45fc0c2d35368ab7a32b23041cd5;hpb=f84b7bc9900a44f2e760dd9fa2456c0d2d8955d9 diff --git a/src/comstack.c b/src/comstack.c index 0c502f8..6e72e25 100644 --- a/src/comstack.c +++ b/src/comstack.c @@ -87,9 +87,9 @@ void cs_get_host_args(const char *type_and_host, const char **args) } } -static int cs_parse_host(const char *uri, const char **host, - CS_TYPE *t, enum oid_proto *proto, - char **connect_host) +int cs_parse_host(const char *uri, const char **host, + CS_TYPE *t, enum oid_proto *proto, + char **connect_host) { *connect_host = 0;