Changes to update Tomato RAF.
[tomato.git] / release / src / lzma / C / Sort.h
blob4bd3a69853fd0f6b378f26384ff4cd0989be9d93
1 /* Sort.h */
3 #ifndef __7Z_Sort_H
4 #define __7Z_Sort_H
6 #include "Types.h"
8 void HeapSort(UInt32 *p, UInt32 size);
9 /* void HeapSortRef(UInt32 *p, UInt32 *vals, UInt32 size); */
11 #endif