1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-13 13:17:36 +03:00

added new c14n function to Windows def files

* win32/dsp/libxml2.def.src win32/libxml2.def.src: added
        new c14n function to Windows def files
This commit is contained in:
Aleksey Sanin 2002-08-08 18:02:41 +00:00
parent ea4272a199
commit 9e95176128
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
* win32/dsp/libxml2.def.src win32/libxml2.def.src: added
new c14n function to Windows def files
Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
* c14n.c: fixed a memory leak in c14n code

View File

@ -29,6 +29,7 @@ EXPORTS
xmlC14NDocSaveTo
xmlC14NDocDumpMemory
xmlC14NDocSave
xmlC14NExecute
#endif /* LIBXML_C14N_ENABLED */

View File

@ -29,6 +29,7 @@ EXPORTS
xmlC14NDocSaveTo
xmlC14NDocDumpMemory
xmlC14NDocSave
xmlC14NExecute
#endif /* LIBXML_C14N_ENABLED */