1
0
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:
Igor Zlatkovic
2004-02-03 08:27:55 +00:00
parent b907905369
commit 18a88ce2f4
2 changed files with 5 additions and 5 deletions

View File

@@ -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);