1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 16:26:46 +02:00

formatting, use case-insensitive string compare, use defines for keycodes

This commit is contained in:
Jfreegman
2014-07-28 21:40:06 -04:00
parent f4fb6ea4fc
commit 15e91cfa99
6 changed files with 46 additions and 37 deletions

View File

@ -69,5 +69,4 @@ enum {
} settings_values;
int settings_load(struct user_settings *s, const char *patharg);
int key_parse(const char** bind);
#endif /* #define _settings_h */