diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-08 07:03:17 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-08 07:03:17 +0100 |
commit | ab34bbe232a6e5d4cc129e851ddd0d6b9d5ef9ff (patch) | |
tree | 66cad9b4d40d37fe325ec1bdcf8014d7a01b9fd2 /fbiconfig.h | |
parent | 69009b983a31efd4fb5a6d6a4b969ab9af2bba35 (diff) | |
download | fbida-ab34bbe232a6e5d4cc129e851ddd0d6b9d5ef9ff.tar.gz |
move config files to ~/.config/
Diffstat (limited to 'fbiconfig.h')
-rw-r--r-- | fbiconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fbiconfig.h b/fbiconfig.h index 67003b2..3787e24 100644 --- a/fbiconfig.h +++ b/fbiconfig.h @@ -75,6 +75,6 @@ extern struct cfg_cmdline fbi_cmd[]; extern struct cfg_cmdline fbi_cfg[]; extern struct cfg_cmdline fbpdf_cmd[]; extern struct cfg_cmdline fbpdf_cfg[]; -void fbi_read_config(const char *name); +void fbi_read_config(const char *name, const char *old_name); void fbi_write_config(void); |