fixes for Windows from Igor Daniel

* include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
  for Windows from Igor
Daniel
diff --git a/ChangeLog b/ChangeLog
index 0b86bf9..633429f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/include/libxml/debugXML.h b/include/libxml/debugXML.h
index 347c42c..32b40ce 100644
--- a/include/libxml/debugXML.h
+++ b/include/libxml/debugXML.h
@@ -50,7 +50,7 @@
 void	xmlLsOneNode		(FILE *output, xmlNodePtr node);
 int	xmlLsCountNode		(xmlNodePtr node);
 
-const char *xmlBoolToText	(int boolval);
+LIBXML_DLL_IMPORT const char *xmlBoolToText	(int boolval);
 
 /****************************************************************
  *								*
diff --git a/win32/dsp/libxml2.def.src b/win32/dsp/libxml2.def.src
index 2bde833..5a3030a 100644
--- a/win32/dsp/libxml2.def.src
+++ b/win32/dsp/libxml2.def.src
@@ -54,6 +54,22 @@
 	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 @@
 	xmlCopyNode

 	xmlCopyNodeList

 	xmlNewDocFragment

+	xmlGetLineNo

+	xmlGetNodePath

 	xmlDocGetRootElement

 	xmlGetLastChild

 	xmlNodeIsText