aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 8907e019..d77872ee 100644
--- a/include/config.h
+++ b/include/config.h
@@ -193,6 +193,10 @@ bool load_config(const char *file);
193 */ 193 */
194bool read_config(FILE *file, bool is_active); 194bool read_config(FILE *file, bool is_active);
195/** 195/**
196 * Free config struct
197 */
198void free_config(struct sway_config *config);
199/**
196 * Does variable replacement for a string based on the config's currently loaded variables. 200 * Does variable replacement for a string based on the config's currently loaded variables.
197 */ 201 */
198char *do_var_replacement(char *str); 202char *do_var_replacement(char *str);