mirror of
https://github.com/json-c/json-c.git
synced 2026-03-24 07:29:07 +08:00
Slight style tweaks to the bsearch changest.
This commit is contained in:
@@ -49,9 +49,9 @@ array_list_length(struct array_list *al);
|
||||
extern void
|
||||
array_list_sort(struct array_list *arr, int(*compar)(const void *, const void *));
|
||||
|
||||
extern void* array_list_bsearch( const void **key,
|
||||
extern void* array_list_bsearch(const void **key,
|
||||
struct array_list *arr,
|
||||
int (*sort_fn)(const void *, const void *) );
|
||||
int (*sort_fn)(const void *, const void *));
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user