summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 8dbd241..a9f0c56 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,10 +1,11 @@
#ifndef TOFI_CONFIG_H
#define TOFI_CONFIG_H
+#include <stdbool.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);
+bool config_apply(struct tofi *tofi, const char *option, const char *value);
void config_fixup_values(struct tofi *tofi);
#endif /* TOFI_CONFIG_H */