1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

Release of libxml-1.1, Daniel.

This commit is contained in:
Daniel Veillard
1999-06-02 17:44:04 +00:00
parent 27d88744f9
commit 011b63cb20
223 changed files with 8520 additions and 1424 deletions

View File

@@ -51,8 +51,8 @@ typedef enum {
XML_CHAR_ENCODING_EUC_JP= 21,/* EUC-JP */
} xmlCharEncoding;
extern xmlCharEncoding xmlDetectCharEncoding(unsigned char* in);
extern xmlCharEncoding xmlParseCharEncoding(char* name);
extern xmlCharEncoding xmlDetectCharEncoding(const unsigned char* in);
extern xmlCharEncoding xmlParseCharEncoding(const char* name);
#ifdef __cplusplus
}