]> mj.ucw.cz Git - libucw.git/commit
Bring interface of sorter/array-simple.h in line with sorter/array.h.
authorMartin Mares <mj@ucw.cz>
Mon, 3 Nov 2008 22:39:03 +0000 (23:39 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 3 Nov 2008 22:39:03 +0000 (23:39 +0100)
commit75aef35d7e88770e461f8f683f970192012583e3
tree51dc665f818a452b5818bf0e59039092b12a5db9
parent59c9c0fab8d5b6b045e4ec466e06ea37f7946655
Bring interface of sorter/array-simple.h in line with sorter/array.h.

ASORT_ELT is no longer mandatory; if it is not used, the sorting function
gets a pointer of an array to be sorted as its first argument.
ucw/sorter/array-simple.h
ucw/sorter/sort-test.c