mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:56:05 +00:00
[LIBXML2] Update to version 2.9.7. CORE-14291
This commit is contained in:
parent
b97f0a8fed
commit
fc82f8e2e3
52 changed files with 1978 additions and 2458 deletions
4
sdk/lib/3rdparty/libxml2/list.c
vendored
4
sdk/lib/3rdparty/libxml2/list.c
vendored
|
@ -347,7 +347,7 @@ void xmlListDelete(xmlListPtr l)
|
|||
*
|
||||
* Remove the first instance associated to data in the list
|
||||
*
|
||||
* Returns 1 if a deallocation occured, or 0 if not found
|
||||
* Returns 1 if a deallocation occurred, or 0 if not found
|
||||
*/
|
||||
int
|
||||
xmlListRemoveFirst(xmlListPtr l, void *data)
|
||||
|
@ -372,7 +372,7 @@ xmlListRemoveFirst(xmlListPtr l, void *data)
|
|||
*
|
||||
* Remove the last instance associated to data in the list
|
||||
*
|
||||
* Returns 1 if a deallocation occured, or 0 if not found
|
||||
* Returns 1 if a deallocation occurred, or 0 if not found
|
||||
*/
|
||||
int
|
||||
xmlListRemoveLast(xmlListPtr l, void *data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue