projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec96e7e
)
Add YAZ_EXPORT for wrbuf_vp_puts
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 28 Jul 2011 12:18:46 +0000
(14:18 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 28 Jul 2011 12:18:46 +0000
(14:18 +0200)
include/yaz/wrbuf.h
patch
|
blob
|
history
diff --git
a/include/yaz/wrbuf.h
b/include/yaz/wrbuf.h
index
9e6176e
..
1296538
100644
(file)
--- a/
include/yaz/wrbuf.h
+++ b/
include/yaz/wrbuf.h
@@
-80,7
+80,7
@@
YAZ_EXPORT void wrbuf_puts(WRBUF b, const char *buf);
\param buf C-string
\param client_data assumed WRBUF
*/
-void wrbuf_vp_puts(const char *buf, void *client_data);
+YAZ_EXPORT void wrbuf_vp_puts(const char *buf, void *client_data);
/** \brief writes buffer of certain size to WRBUF and XML encode (as CDATA)
\param b WRBUF