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:
parent
ea4272a199
commit
9e95176128
@ -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
|
||||
|
@ -29,6 +29,7 @@ EXPORTS
|
||||
xmlC14NDocSaveTo
|
||||
xmlC14NDocDumpMemory
|
||||
xmlC14NDocSave
|
||||
xmlC14NExecute
|
||||
#endif /* LIBXML_C14N_ENABLED */
|
||||
|
||||
|
||||
|
@ -29,6 +29,7 @@ EXPORTS
|
||||
xmlC14NDocSaveTo
|
||||
xmlC14NDocDumpMemory
|
||||
xmlC14NDocSave
|
||||
xmlC14NExecute
|
||||
#endif /* LIBXML_C14N_ENABLED */
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user