summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/LTSH.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/table/LTSH.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/table/LTSH.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/LTSH.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/LTSH.h
new file mode 100644
index 00000000000..ffca1e2067c
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/LTSH.h
@@ -0,0 +1,9 @@
+#ifndef CARYLL_TABLE_LTSH_H
+#define CARYLL_TABLE_LTSH_H
+
+#include "otfcc/table/LTSH.h"
+
+table_LTSH *otfcc_readLTSH(const otfcc_Packet packet, const otfcc_Options *options);
+caryll_Buffer *otfcc_buildLTSH(const table_LTSH *ltsh, const otfcc_Options *options);
+
+#endif