summaryrefslogtreecommitdiff
path: root/config.h
blob: 3850c5353fab2b8cb542d5e40a38f9886b3e777e (plain)
1
2
3
4
5
6
7
8
#ifndef CONFIG_H_
#define CONFIG_H_
#include "tern.h"

tern_node * load_config(char * expath);

#endif //CONFIG_H_