summaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-20 08:37:09 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-20 08:37:24 -0400
commit579fe70ed92ce65d5a761ebdbb6c458b5f919687 (patch)
treea56ab8990f003d4408f1ef71d35c425a3545aec2 /include/config.h
parentMerge branch 'master' of https://github.com/SirCmpwn/sway (diff)
downloadsway-579fe70ed92ce65d5a761ebdbb6c458b5f919687.tar.gz
sway-579fe70ed92ce65d5a761ebdbb6c458b5f919687.tar.zst
sway-579fe70ed92ce65d5a761ebdbb6c458b5f919687.zip
Add command line parsing
Closes #6
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