From d6f244f7d9f52462bafb608f23494707eeb24751 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 20 Apr 2014 22:57:28 -0400 Subject: clean up the directory structure a bit --- src/config.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/config.h (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..980cbab --- /dev/null +++ b/src/config.h @@ -0,0 +1,6 @@ +#ifndef _RUNES_CONFIG_H +#define _RUNES_CONFIG_H + +void runes_config_init(RunesTerm *t, int argc, char *argv[]); + +#endif -- cgit v1.2.3-54-g00ecf