aboutsummaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorS. Christoffer Eliesen <christoffer@eliesen.no>2015-11-16 11:40:24 +0100
committerS. Christoffer Eliesen <christoffer@eliesen.no>2015-11-16 15:57:42 +0100
commita94a91a723d87b37d5e24e352f83a051144a3ecf (patch)
tree8b4aa0be0fdfa0a18503671a1ce7220ae5b05d3f /include/config.h
parent00a4591b39182fe57c86e72f06f78fb61475f952 (diff)
cmd_output: Replace existing config if called multiple times.
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 8338033c..3cbe7ce0 100644
--- a/include/config.h
+++ b/include/config.h
@@ -98,6 +98,7 @@ char *do_var_replacement(char *str);
/** Sets up a WLC output handle based on a given output_config.
*/
void apply_output_config(struct output_config *oc, swayc_t *output);
+void free_output_config(struct output_config *oc);
/**
* Global config singleton.