p7zip/CPP/7zip/UI/Common/SortUtils.h
2017-10-11 12:35:36 +02:00

11 lines
180 B
C

// SortUtils.h
#ifndef __SORT_UTLS_H
#define __SORT_UTLS_H
#include "../../../Common/MyString.h"
void SortFileNames(const UStringVector &strings, CUIntVector &indices);
#endif