Upload 2.0.2
[physicsfs] / lzma / CPP / 7zip / UI / Common / SortUtils.h
diff --git a/lzma/CPP/7zip/UI/Common/SortUtils.h b/lzma/CPP/7zip/UI/Common/SortUtils.h
new file mode 100644 (file)
index 0000000..e152246
--- /dev/null
@@ -0,0 +1,10 @@
+// SortUtils.h
+
+#ifndef __SORTUTLS_H
+#define __SORTUTLS_H
+
+#include "Common/MyString.h"
+
+void SortFileNames(const UStringVector &strings, CIntVector &indices);
+
+#endif