summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/table/BASE.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/lib/table/BASE.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/lib/table/BASE.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/lib/table/BASE.h b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/BASE.h
new file mode 100644
index 00000000000..3d279e5c4b9
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/lib/table/BASE.h
@@ -0,0 +1,11 @@
+#ifndef CARYLL_TABLE_BASE_H
+#define CARYLL_TABLE_BASE_H
+
+#include "otfcc/table/BASE.h"
+
+table_BASE *otfcc_readBASE(const otfcc_Packet packet, const otfcc_Options *options);
+void otfcc_dumpBASE(const table_BASE *base, json_value *root, const otfcc_Options *options);
+table_BASE *otfcc_parseBASE(const json_value *root, const otfcc_Options *options);
+caryll_Buffer *otfcc_buildBASE(const table_BASE *base, const otfcc_Options *options);
+
+#endif