1
0
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:
Nick Wellnhofer
2025-03-14 00:01:11 +01:00
parent fd1b939168
commit b349225952
21 changed files with 172 additions and 165 deletions

View File

@@ -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