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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/pbd/pathexpand.h b/libs/pbd/pbd/pathexpand.h
index 5f1c03f8ee..5c5d4cf772 100644
--- a/libs/pbd/pbd/pathexpand.h
+++ b/libs/pbd/pbd/pathexpand.h
@@ -24,6 +24,7 @@
#include "pbd/libpbd_visibility.h"
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);
}