X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstrings%2Fglob.h;h=5ae5f55861b85f4b6c216af23fd5759b90da3588;hb=refs%2Fheads%2Fwip;hp=7942073b19db0622ca68639bc4d37e61346f56ef;hpb=b56eb5ec1da675da0c66abc53c1e4f6c4e4cccbd;p=libs%2Fcore.git diff --git a/source/strings/glob.h b/source/strings/glob.h index 7942073..5ae5f55 100644 --- a/source/strings/glob.h +++ b/source/strings/glob.h @@ -1,19 +1,13 @@ -/* $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 +#include namespace Msp { -bool globmatch(const std::string &, const std::string &); -bool globcasematch(const std::string &, const std::string &); +MSPCORE_API bool globmatch(const std::string &, const std::string &); +MSPCORE_API bool globcasematch(const std::string &, const std::string &); } // namespace Msp