X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=yaffs_qsort.h;h=3ec73979de0488538264ed1de57148cddf843de0;hb=e39518410bfa410b09e4b270755f756b91456001;hp=6d3f554c9a0ee2bf765d8685704e764ecbd75c9c;hpb=749436878923f8c152c98cc016f32c0562479182;p=yaffs2.git diff --git a/yaffs_qsort.h b/yaffs_qsort.h index 6d3f554..3ec7397 100644 --- a/yaffs_qsort.h +++ b/yaffs_qsort.h @@ -17,7 +17,7 @@ #ifndef __YAFFS_QSORT_H__ #define __YAFFS_QSORT_H__ -extern void qsort (void *const base, size_t total_elems, size_t size, +extern void yaffs_qsort (void *const base, size_t total_elems, size_t size, int (*cmp)(const void *, const void *)); #endif