diff options
Diffstat (limited to 'sway/config.h')
-rw-r--r-- | sway/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.h b/sway/config.h index 733aaaae..62b65723 100644 --- a/sway/config.h +++ b/sway/config.h @@ -33,6 +33,7 @@ struct sway_config { bool reloading; }; +bool load_config(); struct sway_config *read_config(FILE *file, bool is_active); char *do_var_replacement(struct sway_config *config, char *str); |