1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-11 14:19:49 +00:00

Move case sensitivity option into glob2regex.

This commit is contained in:
King_DuckZ 2016-05-18 10:17:05 +02:00
parent bc1ff586c0
commit 5da1d41ddf
4 changed files with 8 additions and 5 deletions

View file

@ -22,7 +22,7 @@
#include <string>
namespace g2r {
std::string convert ( const std::string& parGlob );
std::string convert ( const std::string& parGlob, bool parCaseSensitive=true );
} //namespace g2r
#endif