summaryrefslogtreecommitdiffstats
path: root/src/libs/7zip/win/CPP/7zip/UI/Common/SortUtils.h
blob: e15224611b7a8f629b900efadec4594199ef6140 (plain)
1
2
3
4
5
6
7
8
9
10
// SortUtils.h

#ifndef __SORTUTLS_H
#define __SORTUTLS_H

#include "Common/MyString.h"

void SortFileNames(const UStringVector &strings, CIntVector &indices);

#endif