summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/malayalam/preproc/trs.h
blob: ce5b29932f955af5bb3564774adbad1251de7dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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