diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2017-12-29 15:31:04 +0100 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2018-01-05 15:36:20 +0100 |
commit | c83900593daace2ef85174163edf2748179e28f2 (patch) | |
tree | 40cdc706c8b1439d630c6b514817c8e6f0b4e4fd /include/sway/config.h | |
parent | c5452a3220b0f42c310a17a375908535e661debf (diff) |
config: add 'set' command
Diffstat (limited to 'include/sway/config.h')
-rw-r--r-- | include/sway/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 405092e3..0a9c4595 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -375,6 +375,7 @@ bool read_config(FILE *file, struct sway_config *config); * Free config struct */ void free_config(struct sway_config *config); +void free_sway_variable(struct sway_variable *var); /** * Does variable replacement for a string based on the config's currently loaded variables. */ |