aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/UI/Common/SortUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/Common/SortUtils.h')
-rw-r--r--CPP/7zip/UI/Common/SortUtils.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/CPP/7zip/UI/Common/SortUtils.h b/CPP/7zip/UI/Common/SortUtils.h
new file mode 100644
index 0000000..8e42e06
--- /dev/null
+++ b/CPP/7zip/UI/Common/SortUtils.h
@@ -0,0 +1,10 @@
1// SortUtils.h
2
3#ifndef __SORT_UTLS_H
4#define __SORT_UTLS_H
5
6#include "../../../Common/MyString.h"
7
8void SortFileNames(const UStringVector &strings, CUIntVector &indices);
9
10#endif