aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 980cbab..9789caa 100644
--- a/src/config.h
+++ b/src/config.h
@@ -2,5 +2,6 @@
#define _RUNES_CONFIG_H
void runes_config_init(RunesTerm *t, int argc, char *argv[]);
+void runes_config_cleanup(RunesTerm *t);
#endif