1 /**
2  * This file is part of the Detox package.
3  *
4  * Copyright (c) Doug Harple <detox.dharple@gmail.com>
5  *
6  * For the full copyright and license information, please view the LICENSE
7  * file that was distributed with this source code.
8  *
9  */
10 
11 #ifndef __PARSE_TABLE_H
12 #define __PARSE_TABLE_H
13 
14 #include "table.h"
15 
16 extern struct translation_table *parse_table(char *filename);
17 
18 #endif				/* __PARSE_TABLE_H */
19