]> git.tdb.fi Git - libs/core.git/blob - source/glob.h
a58d0b14e1ffbc30049fba5f408809009954ea3a
[libs/core.git] / source / glob.h
1 #ifndef MSP_STRINGS_GLOB_H_
2 #define MSP_STRINGS_GLOB_H_
3
4 #include <string>
5
6 namespace Msp {
7
8 bool globmatch(const std::string &, const std::string &);
9 bool globcasematch(const std::string &, const std::string &);
10
11 } // namespace Msp
12
13 #endif