From 6dba60f6bdebef740c7ddc916cd0c5f6837601ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 27 Jan 2021 17:14:15 +0100 Subject: Pass Settings to CRT_init Resolve todo --- CRT.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CRT.h') diff --git a/CRT.h b/CRT.h index 1d2ed32d..e77ec3dc 100644 --- a/CRT.h +++ b/CRT.h @@ -13,6 +13,7 @@ in the source distribution for its full text. #include "Macros.h" #include "ProvideCurses.h" +#include "Settings.h" typedef enum TreeStr_ { @@ -173,7 +174,7 @@ static inline void CRT_restorePrivileges(void) { } #endif /* HAVE_SETUID_ENABLED */ -void CRT_init(const int* delay, int colorScheme, bool allowUnicode); +void CRT_init(const Settings* settings, bool allowUnicode); void CRT_done(void); -- cgit v1.2.3