mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-28 23:14:57 +03:00
include: Change some return types from int to enum
This also affects some new functions from 2.13.
This commit is contained in:
@@ -337,7 +337,7 @@ htmlIsBooleanAttr(const xmlChar *name)
|
||||
* *
|
||||
************************************************************************/
|
||||
|
||||
static int
|
||||
static xmlParserErrors
|
||||
htmlFindOutputEncoder(const char *encoding, xmlCharEncodingHandler **out) {
|
||||
/*
|
||||
* Fallback to HTML if the encoding is unspecified
|
||||
|
||||
Reference in New Issue
Block a user