mirror of
https://github.com/GNOME/libxml2.git
synced 2025-04-24 19:50:23 +08:00
xpath: Hide internal sort functions
This commit is contained in:
parent
513949293d
commit
a870088f94
@ -169,7 +169,9 @@ typedef struct {
|
||||
} TIM_SORT_RUN_T;
|
||||
|
||||
|
||||
XML_HIDDEN
|
||||
void BINARY_INSERTION_SORT(SORT_TYPE *dst, const size_t size);
|
||||
XML_HIDDEN
|
||||
void TIM_SORT(SORT_TYPE *dst, const size_t size);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user