X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fglob.h;fp=source%2Fglob.h;h=0000000000000000000000000000000000000000;hp=7942073b19db0622ca68639bc4d37e61346f56ef;hb=b42ed73a1b241c0e93ee03c43c4584b41c549bac;hpb=5b1368cb791cab043f0435628cacbaff36e39b7b diff --git a/source/glob.h b/source/glob.h deleted file mode 100644 index 7942073..0000000 --- a/source/glob.h +++ /dev/null @@ -1,20 +0,0 @@ -/* $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