summaryrefslogtreecommitdiff
path: root/include/main.h
blob: c9b760260134d7e3ff9d3901c542c28c4e602ae9 (plain)
1
2
3
4
5
6
7
8
#ifndef __MAIN_H__
#define __MAIN_H__
#include "hash.h"

extern _TableauVariable variables;
extern char *mute;

#endif