X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-p.h;h=a464f29c47a2012893a77f67b3808c1386fe6e5c;hb=3498164f9058a807e5e25de88ecce61b97df2d14;hp=0178eb98418296bb31a3ebadb26aa8c603aadfaf;hpb=b56aa5c8101fb7474791acd8aedfec0801e57049;p=yaz-moved-to-github.git diff --git a/src/zoom-p.h b/src/zoom-p.h index 0178eb9..a464f29 100644 --- a/src/zoom-p.h +++ b/src/zoom-p.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data. + * Copyright (C) 1995-2010 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -150,6 +150,11 @@ struct ZOOM_record_p { Z_NamePlusRecord *npr; const char *schema; +#if YAZ_HAVE_XML2 + xmlChar *xml_mem; + int xml_size; +#endif + const char *diag_uri; const char *diag_message; const char *diag_details;