visibility macros and flush() added to SrcFileSource; merge with master
[ardour.git] / libs / pbd / pbd / pathexpand.h
index 2b2639e07eedf9976aee609e3a51f675ea419e7e..5c5d4cf772879df98ae9dc1b102d80ec06be349a 100644 (file)
 
 #include <string>
 
+#include "pbd/libpbd_visibility.h"
+
 namespace PBD {
-       std::string canonical_path (const std::string& path);
-       std::string path_expand (std::string path);
-       std::string search_path_expand (std::string path);
+       LIBPBD_API std::string canonical_path (const std::string& path);
+       LIBPBD_API std::string path_expand (std::string path);
+       LIBPBD_API std::string search_path_expand (std::string path);
 }
 
 #endif /* __libpbd_path_expand_h__ */