aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-20 21:26:30 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-20 21:26:30 -0400
commit555797e76f787fbc04466a3281d5bafb840fe6a7 (patch)
tree7aa03bb663bcfd39fa1a75e23f4e905fa39cf5c3 /config.h
parentfb34f00c2fdc35c674f9c0ba0c9db6028605a6e9 (diff)
downloadrunes-555797e76f787fbc04466a3281d5bafb840fe6a7.tar.gz
runes-555797e76f787fbc04466a3281d5bafb840fe6a7.zip
start adding configuration
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..980cbab
--- /dev/null
+++ b/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