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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user