Skip to content
  • Nick Wellnhofer's avatar
    Deprecate module init and cleanup functions · 40483d0c
    Nick Wellnhofer authored
    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.
    40483d0c