mirror of
https://github.com/ip7z/7zip.git
synced 2026-02-02 21:04:13 +01:00
11 lines
194 B
C
11 lines
194 B
C
// SortUtils.h
|
|
|
|
#ifndef ZIP7_INC_SORT_UTLS_H
|
|
#define ZIP7_INC_SORT_UTLS_H
|
|
|
|
#include "../../../Common/MyString.h"
|
|
|
|
void SortFileNames(const UStringVector &strings, CUIntVector &indices);
|
|
|
|
#endif
|