blob: 65e4f4d4186dcf2cf9a93c0a8265349666265225 (
plain)
1
2
3
4
5
6
7
8
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 */
|