X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fpbd%2Fpathexpand.h;h=b7a0779d5e47e7e5249a71c3cc109796793ebc51;hb=569167a603ef812a234d3c02f6a94976571a70ea;hp=2b2639e07eedf9976aee609e3a51f675ea419e7e;hpb=efff843f0537df84e22af5f6f6e8e6d6a305a5a9;p=ardour.git diff --git a/libs/pbd/pbd/pathexpand.h b/libs/pbd/pbd/pathexpand.h index 2b2639e07e..b7a0779d5e 100644 --- a/libs/pbd/pbd/pathexpand.h +++ b/libs/pbd/pbd/pathexpand.h @@ -20,11 +20,15 @@ #define __libpbd_path_expand_h__ #include +#include + +#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); + LIBPBD_API std::vector parse_path(std::string path, bool check_if_exists = false); } #endif /* __libpbd_path_expand_h__ */