From 508980e3ab930fd1ea16cbb769771126110aa329 Mon Sep 17 00:00:00 2001 From: Luminarys Date: Mon, 10 Aug 2015 14:22:22 -0500 Subject: Abstracted load_config --- sway/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/config.h') 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); -- cgit v1.2.3