summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2014-05-19 21:02:05 +0200
committerQball Cow <qball@gmpclient.org>2014-05-19 21:02:05 +0200
commit0a95ba47fa3c7c228d479478b8be9751b251122b (patch)
treef545d64bd6f83f61a1f3a435a602f33d5bf24d00 /include
parent6cd01dba0e64d18357a911bb7a344eddd0b590fb (diff)
Extra checks, first part cleanup
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