summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/shortpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/shortpath.h')
-rw-r--r--libs/pbd/pbd/shortpath.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/pbd/pbd/shortpath.h b/libs/pbd/pbd/shortpath.h
new file mode 100644
index 0000000000..d126472e77
--- /dev/null
+++ b/libs/pbd/pbd/shortpath.h
@@ -0,0 +1,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__ */