1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

Deprecate module init and cleanup functions

These functions shouldn't be part of the public API. Most init
functions are only thread-safe when called from xmlInitParser. Global
variables should only be cleaned up by calling xmlCleanupParser.
This commit is contained in:
Nick Wellnhofer
2022-03-06 13:55:48 +01:00
parent 7d02c7291f
commit 40483d0ce2
21 changed files with 100 additions and 1 deletions

View File

@ -1394,6 +1394,9 @@ static const elementPriority htmlEndPriority[] = {
/**
* htmlInitAutoClose:
*
* DEPRECATED: This function will be made private. Call xmlInitParser to
* initialize the library.
*
* This is a no-op now.
*/
void