From: Adam Dickmeiss Date: Mon, 20 Oct 2014 08:01:52 +0000 (+0200) Subject: Add YAZ_EXPORT to cql_transform_r fixes YAZ-793 X-Git-Tag: v5.4.4~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=c36351d51f39106b5cf6c81b51c25e3171a9b92a Add YAZ_EXPORT to cql_transform_r fixes YAZ-793 --- diff --git a/include/yaz/cql.h b/include/yaz/cql.h index f1cdd78..bed8e85 100644 --- a/include/yaz/cql.h +++ b/include/yaz/cql.h @@ -360,6 +360,7 @@ int cql_transform(cql_transform_t ct, The result is written to a user-defined stream. */ +YAZ_EXPORT int cql_transform_r(cql_transform_t ct, struct cql_node *cn, WRBUF addinfo, void (*pr)(const char *buf, void *client_data),