summaryrefslogtreecommitdiff
path: root/Build/source/utils/lcdf-typetools/t1reencode/util.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/lcdf-typetools/t1reencode/util.hh')
-rw-r--r--Build/source/utils/lcdf-typetools/t1reencode/util.hh10
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/utils/lcdf-typetools/t1reencode/util.hh b/Build/source/utils/lcdf-typetools/t1reencode/util.hh
new file mode 100644
index 00000000000..34b9c9c5a22
--- /dev/null
+++ b/Build/source/utils/lcdf-typetools/t1reencode/util.hh
@@ -0,0 +1,10 @@
+#ifndef T1REENCODE_UTIL_HH
+#define T1REENCODE_UTIL_HH
+#include <lcdf/string.hh>
+class ErrorHandler;
+
+String read_file(String filename, ErrorHandler *, bool warn = false);
+String printable_filename(const String &);
+String pathname_filename(const String &);
+
+#endif