X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Farray.h;h=10e589a1e4f43eb147062f33e2644c5b1ece38ac;hb=0cd6b6fde16c6e101d148a03b955ed1b0a1ef178;hp=bc27aa8143be0b3f6b2d7b05d194034920beb926;hpb=ebccf00cbddbcadb5883fa98ddbccbea67642295;p=pspp diff --git a/src/libpspp/array.h b/src/libpspp/array.h index bc27aa8143..10e589a1e4 100644 --- a/src/libpspp/array.h +++ b/src/libpspp/array.h @@ -45,7 +45,7 @@ size_t count_if (const void *array, size_t count, size_t size, /* Sorts ARRAY, which contains COUNT elements of SIZE bytes each, using COMPARE for comparisons. AUX is passed to each comparison as auxiliary data. */ -void sort (const void *array, size_t count, size_t size, +void sort (void *array, size_t count, size_t size, algo_compare_func *compare, void *aux); /* Tests whether ARRAY, which contains COUNT elements of SIZE