summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/malayalam/preproc/trs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/fonts/malayalam/preproc/trs.h')
-rw-r--r--Master/texmf-dist/source/fonts/malayalam/preproc/trs.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/malayalam/preproc/trs.h b/Master/texmf-dist/source/fonts/malayalam/preproc/trs.h
new file mode 100644
index 00000000000..ce5b29932f9
--- /dev/null
+++ b/Master/texmf-dist/source/fonts/malayalam/preproc/trs.h
@@ -0,0 +1,18 @@
+
+#ifndef TRS_HEADER_READ
+#define TRS_HEADER_READ
+
+#include "pstree.h"
+#include "readfile.h"
+
+typedef struct
+{ PSTree *p;
+ string_list *atbegin;
+ string_list *atend;
+} trs_table;
+
+/* public operations */
+
+trs_table *read_trs(char *filename);
+
+#endif