]> git.tdb.fi Git - libs/core.git/blobdiff - source/glob.h
Move files around to prepare for assimilation into core
[libs/core.git] / source / glob.h
diff --git a/source/glob.h b/source/glob.h
deleted file mode 100644 (file)
index 7942073..0000000
+++ /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 <string>
-
-namespace Msp {
-
-bool globmatch(const std::string &, const std::string &);
-bool globcasematch(const std::string &, const std::string &);
-
-} // namespace Msp
-
-#endif