-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incompatible change! Remove all global deprecated LibXML options. The…
…n update all Ruby methods that used to take an hash table of options to Ruby named parameters.
- Loading branch information
Showing
17 changed files
with
2,585 additions
and
3,008 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
#define __RUBY_XML_H__ | ||
|
||
extern VALUE mXML; | ||
int rxml_libxml_default_options(void); | ||
void rxml_init_xml(void); | ||
|
||
#endif |
Oops, something went wrong.