ext/xml/ruby_xml_document.h in libxml-ruby-0.5.1.0 vs ext/xml/ruby_xml_document.h in libxml-ruby-0.5.2.0
- old
+ new
@@ -1,6 +1,6 @@
-/* $Id: ruby_xml_document.h 138 2007-08-29 18:00:35Z danj $ */
+/* $Id: ruby_xml_document.h 188 2007-09-24 01:43:21Z danj $ */
/* Please see the LICENSE file for copyright and distribution information */
#ifndef __RUBY_XML_DOCUMENT__
#define __RUBY_XML_DOCUMENT__
@@ -14,9 +14,10 @@
} ruby_xml_document_t;
VALUE ruby_xml_document_filename_get(VALUE self);
VALUE ruby_xml_document_new_native(VALUE class, VALUE xmlver);
VALUE ruby_xml_document_wrap(VALUE class, xmlDocPtr xnode);
+VALUE ruby_xml_document_wrap2(xmlDocPtr xnode);
void ruby_xml_document_free(ruby_xml_document_t *rxd);
VALUE ruby_xml_document_root_get(VALUE self);
void ruby_init_xml_document(void);
#endif