1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-28 23:14:57 +03:00

io: Rework initialization

This commit is contained in:
Nick Wellnhofer
2023-12-20 20:11:09 +01:00
parent b75fc1ab33
commit c9a46a91fe
3 changed files with 26 additions and 8 deletions

View File

@@ -5,6 +5,9 @@
#include <libxml/tree.h>
#include <libxml/xmlversion.h>
XML_HIDDEN void
xmlInitIOCallbacks(void);
XML_HIDDEN int
__xmlIOErr(int domain, int code, const char *extra);