provide some Keyboard:: methods to get access to other versions of modifier names
[ardour.git] / libs / pbd / pbd / pathexpand.h
index 5c5d4cf772879df98ae9dc1b102d80ec06be349a..b7a0779d5e47e7e5249a71c3cc109796793ebc51 100644 (file)
@@ -20,6 +20,7 @@
 #define __libpbd_path_expand_h__
 
 #include <string>
+#include <vector>
 
 #include "pbd/libpbd_visibility.h"
 
@@ -27,6 +28,7 @@ namespace PBD {
        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<std::string> parse_path(std::string path, bool check_if_exists = false);
 }
 
 #endif /* __libpbd_path_expand_h__ */