mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
added calling convention to the public function prototypes
This commit is contained in:
@@ -291,7 +291,7 @@ XMLPUBFUN int XMLCALL
|
||||
* Error handling extensions
|
||||
*/
|
||||
typedef void * xmlTextReaderLocatorPtr;
|
||||
typedef void (*xmlTextReaderErrorFunc) (void *arg,
|
||||
typedef void (XMLCALL *xmlTextReaderErrorFunc) (void *arg,
|
||||
const char *msg,
|
||||
xmlParserSeverities severity,
|
||||
xmlTextReaderLocatorPtr locator);
|
||||
|
Reference in New Issue
Block a user