aboutsummaryrefslogtreecommitdiff
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 {
struct sway_config *read_config(FILE *file);
char *do_var_replacement(struct sway_config *config, char *str);
+extern struct sway_config *config;
+
#endif