3 This file is part of libmspstrings
4 Copyright © 2007 Mikko Rasa
5 Distributed under the LGPL
8 #ifndef MSP_STRINGS_GLOB_H_
9 #define MSP_STRINGS_GLOB_H_
15 bool globmatch(const std::string &, const std::string &);
16 bool globcasematch(const std::string &, const std::string &);