]> git.tdb.fi Git - libs/core.git/blob - source/strings/glob.h
Drop copyright and license notices from source files
[libs/core.git] / source / strings / 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