diff options
Diffstat (limited to 'include/libxml/schemasInternals.h')
-rw-r--r-- | include/libxml/schemasInternals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libxml/schemasInternals.h b/include/libxml/schemasInternals.h index 3cf3ff62..38b5bd49 100644 --- a/include/libxml/schemasInternals.h +++ b/include/libxml/schemasInternals.h @@ -345,7 +345,7 @@ struct _xmlSchema { xmlHashTablePtr groupDecl; }; -void xmlSchemaFreeType (xmlSchemaTypePtr type); +XMLPUBFUN void XMLCALL xmlSchemaFreeType (xmlSchemaTypePtr type); #ifdef __cplusplus } |