summaryrefslogtreecommitdiffstats
path: root/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.h')
-rw-r--r--sway/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/config.h b/sway/config.h
index bcf65ec8..88225800 100644
--- a/sway/config.h
+++ b/sway/config.h
@@ -30,4 +30,6 @@ struct sway_config {
30struct sway_config *read_config(FILE *file); 30struct sway_config *read_config(FILE *file);
31char *do_var_replacement(struct sway_config *config, char *str); 31char *do_var_replacement(struct sway_config *config, char *str);
32 32
33extern struct sway_config *config;
34
33#endif 35#endif