summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/pathexpand.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-02-27 01:35:57 +0100
committerRobin Gareus <robin@gareus.org>2014-02-28 00:05:47 +0100
commit3cf5dcb64cc1f7d552bc22c5564896c1fbf3d2d0 (patch)
tree5774288210c70ec2c52db1dd973f79da47025252 /libs/pbd/pbd/pathexpand.h
parentf8ec1d1f27c08c6d186f048f73630ca8ce25574a (diff)
move Paths Dialog to libgtkmm2ext
Diffstat (limited to 'libs/pbd/pbd/pathexpand.h')
-rw-r--r--libs/pbd/pbd/pathexpand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/pbd/pbd/pathexpand.h b/libs/pbd/pbd/pathexpand.h
index 5c5d4cf772..b7a0779d5e 100644
--- a/libs/pbd/pbd/pathexpand.h
+++ b/libs/pbd/pbd/pathexpand.h
@@ -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__ */