Make mergesort setup() static

This commit is contained in:
Guillem Jover 2014-11-04 05:34:46 +01:00
parent a6a101effa
commit 025b44800e

View File

@ -255,7 +255,7 @@ COPY: b = t;
* when THRESHOLD/2 pairs compare with same sense. (Only used when NATURAL
* is defined. Otherwise simple pairwise merging is used.)
*/
void
static void
setup(u_char *list1, u_char *list2, size_t n, size_t size,
int (*cmp)(const void *, const void *))
{