X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flibpspp%2Farray.h;h=10e589a1e4f43eb147062f33e2644c5b1ece38ac;hb=8f734ed17443b6ad5085d1bccc1a6772ac1b4ab7;hp=bc27aa8143be0b3f6b2d7b05d194034920beb926;hpb=ebccf00cbddbcadb5883fa98ddbccbea67642295;p=pspp-builds.git diff --git a/src/libpspp/array.h b/src/libpspp/array.h index bc27aa81..10e589a1 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