summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/shortpath.h
blob: d126472e77cf0e0d8742536263e366cad81140d5 (plain)
1
2
3
4
5
6
7
8
#ifndef __pbd_shortpath_h__
#define __pbd_shortpath_h__

#include <glibmm/ustring.h>

Glib::ustring short_path (const Glib::ustring& path, Glib::ustring::size_type target_characters);

#endif /* __pbd_shortpath_h__ */