Reworked very long string support for better encapsulation.
[pspp-builds.git] / src / libpspp / array.h
index 10e589a1e4f43eb147062f33e2644c5b1ece38ac..bc27aa8143be0b3f6b2d7b05d194034920beb926 100644 (file)
@@ -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 (void *array, size_t count, size_t size,
+void sort (const void *array, size_t count, size_t size,
            algo_compare_func *compare, void *aux);
 
 /* Tests whether ARRAY, which contains COUNT elements of SIZE