]> 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 a58d0b14e1ffbc30049fba5f408809009954ea3a..5ae5f55861b85f4b6c216af23fd5759b90da3588 100644 (file)
@@ -2,11 +2,12 @@
 #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