From c36351d51f39106b5cf6c81b51c25e3171a9b92a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 20 Oct 2014 10:01:52 +0200 Subject: [PATCH] Add YAZ_EXPORT to cql_transform_r fixes YAZ-793 --- include/yaz/cql.h | 1 + 1 file changed, 1 insertion(+) 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), -- 1.7.10.4