Fri Dec 19 16:44:22 2003 Ben Pfaff <blp@gnu.org>
[pspp-builds.git] / src / sort.c
index 9f13a701b9ee41a43ad7fa7a566afdebcf4480a1..515793d3b43ee2b5698ee30c0d32e2b3f65e2644 100644 (file)
@@ -57,11 +57,6 @@ int nv_sort;
 /* Used when internal-sorting to a separate file. */
 static struct case_list **separate_case_tab;
 
-/* Exported by qsort.c. */
-void blp_quicksort (void *pbase, size_t total_elems, size_t size,
-                   int (*cmp) (const void *, const void *),
-                   void *temp_buf);
-
 /* Other prototypes. */
 static int compare_case_lists (const void *, const void *);
 static int do_internal_sort (int separate);