summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/pathexpand.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/pathexpand.h')
-rw-r--r--libs/pbd/pbd/pathexpand.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libs/pbd/pbd/pathexpand.h b/libs/pbd/pbd/pathexpand.h
index a7b9f7557a..5c5d4cf772 100644
--- a/libs/pbd/pbd/pathexpand.h
+++ b/libs/pbd/pbd/pathexpand.h
@@ -21,9 +21,12 @@
#include <string>
+#include "pbd/libpbd_visibility.h"
+
namespace PBD {
- 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__ */