mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
fixes for Windows from Igor Daniel
* include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes for Windows from Igor Daniel
This commit is contained in:
parent
1df3dfc2f7
commit
7f9a6806ed
@ -1,3 +1,8 @@
|
||||
Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
|
||||
for Windows from Igor
|
||||
|
||||
Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* xmllint.c: applied Justin Fletcher patch for --output or -o
|
||||
|
@ -50,7 +50,7 @@ void xmlDebugDumpEntities (FILE *output,
|
||||
void xmlLsOneNode (FILE *output, xmlNodePtr node);
|
||||
int xmlLsCountNode (xmlNodePtr node);
|
||||
|
||||
const char *xmlBoolToText (int boolval);
|
||||
LIBXML_DLL_IMPORT const char *xmlBoolToText (int boolval);
|
||||
|
||||
/****************************************************************
|
||||
* *
|
||||
|
@ -54,6 +54,22 @@ EXPORTS
|
||||
xmlDebugDumpDocument
|
||||
xmlDebugDumpDTD
|
||||
xmlDebugDumpEntities
|
||||
xmlLsOneNode
|
||||
xmlLsCountNode
|
||||
xmlBoolToText DATA
|
||||
xmlShellPrintXPathError
|
||||
xmlShellPrintNode
|
||||
xmlShellPrintXPathResult
|
||||
xmlShellList
|
||||
xmlShellBase
|
||||
xmlShellDir
|
||||
xmlShellCat
|
||||
xmlShellLoad
|
||||
xmlShellWrite
|
||||
xmlShellSave
|
||||
xmlShellValidate
|
||||
xmlShellDu
|
||||
xmlShellPwd
|
||||
xmlShell
|
||||
#endif
|
||||
|
||||
@ -581,6 +597,8 @@ EXPORTS
|
||||
xmlCopyNode
|
||||
xmlCopyNodeList
|
||||
xmlNewDocFragment
|
||||
xmlGetLineNo
|
||||
xmlGetNodePath
|
||||
xmlDocGetRootElement
|
||||
xmlGetLastChild
|
||||
xmlNodeIsText
|
||||
|
Loading…
x
Reference in New Issue
Block a user