diff options
Diffstat (limited to 'include/libxml/SAX.h')
| -rw-r--r-- | include/libxml/SAX.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libxml/SAX.h b/include/libxml/SAX.h index 01cc204d..d96d9e95 100644 --- a/include/libxml/SAX.h +++ b/include/libxml/SAX.h @@ -20,7 +20,7 @@ extern "C" { #endif const xmlChar * getPublicId (void *ctx); const xmlChar * getSystemId (void *ctx); -void setDocumentLocator (void *ctx, +void setDocumentLocator (void *ctx, xmlSAXLocatorPtr loc); int getLineNumber (void *ctx); |
