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