d126472e77cf0e0d8742536263e366cad81140d5
[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__ */