diff options
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h new file mode 100644 index 000000000..20b4f5eca --- /dev/null +++ b/src/conf.h @@ -0,0 +1,7 @@ + +int check_user_conf_dir(void); + +char *get_user_key_binding_filename(void); + +int read_configuration(options_t *options); + |