#ifndef TOFI_CONFIG_H #define TOFI_CONFIG_H #include "tofi.h" 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); #endif /* TOFI_CONFIG_H */