diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..65e4f4d --- /dev/null +++ b/src/config.h @@ -0,0 +1,9 @@ +#ifndef TOFI_CONFIG_H +#define TOFI_CONFIG_H + +#include "tofi.h" + +void config_load(struct tofi *tofi, const char *filename); +void apply_option(struct tofi *tofi, const char *option, const char *value); + +#endif /* TOFI_CONFIG_H */ |