diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 65e4f4d..c8db6b4 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,7 @@ #include "tofi.h" void config_load(struct tofi *tofi, const char *filename); -void apply_option(struct tofi *tofi, const char *option, const char *value); +void config_apply(struct tofi *tofi, const char *option, const char *value); +void config_fix_percentages(struct tofi *tofi); #endif /* TOFI_CONFIG_H */ |