X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstrings%2Fglob.h;fp=source%2Fstrings%2Fglob.h;h=7942073b19db0622ca68639bc4d37e61346f56ef;hp=0000000000000000000000000000000000000000;hb=b42ed73a1b241c0e93ee03c43c4584b41c549bac;hpb=5b1368cb791cab043f0435628cacbaff36e39b7b diff --git a/source/strings/glob.h b/source/strings/glob.h new file mode 100644 index 0000000..7942073 --- /dev/null +++ b/source/strings/glob.h @@ -0,0 +1,20 @@ +/* $Id$ + +This file is part of libmspstrings +Copyright © 2007 Mikko Rasa +Distributed under the LGPL +*/ + +#ifndef MSP_STRINGS_GLOB_H_ +#define MSP_STRINGS_GLOB_H_ + +#include + +namespace Msp { + +bool globmatch(const std::string &, const std::string &); +bool globcasematch(const std::string &, const std::string &); + +} // namespace Msp + +#endif