aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index 1da07a2..709a13a 100644
--- a/src/config.h
+++ b/src/config.h
@@ -28,7 +28,7 @@ struct runes_config {
char audible_bell: 1;
};
-void runes_config_init(RunesTerm *t, int argc, char *argv[]);
-void runes_config_cleanup(RunesTerm *t);
+void runes_config_init(RunesConfig *config, int argc, char *argv[]);
+void runes_config_cleanup(RunesConfig *config);
#endif