X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=libs%2Fpbd%2Fpbd%2Fpathexpand.h;h=b7a0779d5e47e7e5249a71c3cc109796793ebc51;hb=59822e8dd273df9ec80051b4f3be83dfec39c809;hp=2b2639e07eedf9976aee609e3a51f675ea419e7e;hpb=19bb2b33a89a1291451f0740739a36daebe00bae;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__ */