aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index c47eb683..c23c3509 100644
--- a/include/config.h
+++ b/include/config.h
@@ -46,7 +46,7 @@ struct sway_config {
46 int gaps_outer; 46 int gaps_outer;
47}; 47};
48 48
49bool load_config(void); 49bool load_config(const char *file);
50bool read_config(FILE *file, bool is_active); 50bool read_config(FILE *file, bool is_active);
51char *do_var_replacement(struct sway_config *config, char *str); 51char *do_var_replacement(struct sway_config *config, char *str);
52 52