tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

SortUtils.h (190B)


      1 // SortUtils.h
      2 
      3 #ifndef __SORT_UTLS_H
      4 #define __SORT_UTLS_H
      5 
      6 #include "../../../Common/MyString.h"
      7 
      8 void SortFileNames(const UStringVector &strings, CUIntVector &indices);
      9 
     10 #endif