]> git.tdb.fi Git - libs/core.git/blobdiff - source/strings/glob.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / strings / glob.h
index 7942073b19db0622ca68639bc4d37e61346f56ef..5ae5f55861b85f4b6c216af23fd5759b90da3588 100644 (file)
@@ -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 <string>
+#include <msp/core/mspcore_api.h>
 
 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