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:
b2d8fc8
)
record_conv: 2nd attempt compile wo Libxml2
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 1 Mar 2012 14:41:34 +0000
(15:41 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 1 Mar 2012 14:41:34 +0000
(15:41 +0100)
include/yaz/record_conv.h
patch
|
blob
|
history
diff --git
a/include/yaz/record_conv.h
b/include/yaz/record_conv.h
index
ad6dd9e
..
aab75a1
100644
(file)
--- a/
include/yaz/record_conv.h
+++ b/
include/yaz/record_conv.h
@@
-132,6
+132,7
@@
void yaz_record_conv_set_path(yaz_record_conv_t p, const char *path);
\param type info
*/
+#if YAZ_HAVE_XML2
/** record conversion type */
struct yaz_record_conv_type {
/** \brief internal; no need to set */
@@
-152,6
+153,7
@@
YAZ_EXPORT
void yaz_record_conv_add_type(yaz_record_conv_t p,
struct yaz_record_conv_type *type);
+#endif
YAZ_END_CDECL
#endif