visibility macros and flush() added to SrcFileSource; merge with master
[ardour.git] / libs / pbd / pbd / pathexpand.h
index 5f1c03f8eef7360c40c6b1eeb48cb0095b49b042..5c5d4cf772879df98ae9dc1b102d80ec06be349a 100644 (file)
@@ -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);
 }