Merged with trunk R1705.
[ardour.git] / libs / pbd / pbd / shortpath.h
1 #ifndef __pbd_shortpath_h__
2 #define __pbd_shortpath_h__
3
4 #include <glibmm/ustring.h>
5
6 Glib::ustring short_path (const Glib::ustring& path, Glib::ustring::size_type target_characters);
7
8 #endif /* __pbd_shortpath_h__ */