aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIgor Zlatkovic <igor@src.gnome.org>2003-02-19 14:51:00 +0000
committerIgor Zlatkovic <igor@src.gnome.org>2003-02-19 14:51:00 +0000
commit5f9fada355da8d4120a526ecea513f85e69755ee (patch)
treed669fb68c1af64f6b059c5011ce5e77a88032756 /include
parentf2238e6e553f0fa039ed084c436b38dbb33a0c86 (diff)
downloadandroid_external_libxml2-5f9fada355da8d4120a526ecea513f85e69755ee.tar.gz
android_external_libxml2-5f9fada355da8d4120a526ecea513f85e69755ee.tar.bz2
android_external_libxml2-5f9fada355da8d4120a526ecea513f85e69755ee.zip
obsoleted xmlNormalizeWindowsPath
Diffstat (limited to 'include')
-rw-r--r--include/libxml/xmlIO.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/libxml/xmlIO.h b/include/libxml/xmlIO.h
index cd4058c8..16cc8e50 100644
--- a/include/libxml/xmlIO.h
+++ b/include/libxml/xmlIO.h
@@ -239,7 +239,11 @@ xmlParserInputPtr xmlNoNetExternalEntityLoader(const char *URL,
const char *ID,
xmlParserCtxtPtr ctxt);
-xmlChar *xmlNormalizeWindowsPath (const xmlChar *path);
+/*
+ * xmlNormalizeWindowsPath is obsolete, don't use it.
+ * Check xmlCanonicPath in uri.h for a better alternative.
+ */
+xmlChar * xmlNormalizeWindowsPath (const xmlChar *path);
int xmlCheckFilename (const char *path);
/**