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

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

#endif