aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
blob: 9789caac4d99c0596886e792c50dd20a2409dcd1 (plain) (blame)
1
2
3
4
5
6
7
#ifndef _RUNES_CONFIG_H
#define _RUNES_CONFIG_H

void runes_config_init(RunesTerm *t, int argc, char *argv[]);
void runes_config_cleanup(RunesTerm *t);

#endif