mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-20 03:52:25 +03:00
Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c
Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am: integrated a set of OpenVMS changes from Howard Taylor <Howard.Taylor@pacoast.com> Daniel
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
* See Copyright for the status of this software.
|
||||
*
|
||||
* Daniel.Veillard@w3.org
|
||||
*
|
||||
* 15 Nov 2000 ht - modified for VMS
|
||||
*/
|
||||
|
||||
#ifndef __XML_IO_H__
|
||||
@@ -75,9 +77,17 @@ void xmlRegisterDefaultInputCallbacks (void);
|
||||
xmlParserInputBufferPtr
|
||||
xmlAllocParserInputBuffer (xmlCharEncoding enc);
|
||||
|
||||
#ifdef VMS
|
||||
xmlParserInputBufferPtr
|
||||
xmlParserInputBufferCreateFname (const char *URI,
|
||||
xmlCharEncoding enc);
|
||||
#define xmlParserInputBufferCreateFilename xmlParserInputBufferCreateFname
|
||||
#else
|
||||
xmlParserInputBufferPtr
|
||||
xmlParserInputBufferCreateFilename (const char *URI,
|
||||
xmlCharEncoding enc);
|
||||
#endif
|
||||
|
||||
xmlParserInputBufferPtr
|
||||
xmlParserInputBufferCreateFile (FILE *file,
|
||||
xmlCharEncoding enc);
|
||||
|
Reference in New Issue
Block a user