summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rofi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 26c274b9..2eecc3b4 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -107,4 +107,6 @@ extern Settings config;
int token_match ( char **tokens, const char *input,
__attribute__( ( unused ) ) int index,
__attribute__( ( unused ) ) void *data );
+
+void config_sanity_check ( void );
#endif