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