i3bar: free output data structures

This commit is contained in:
Orestis Floros
2017-09-26 14:50:26 +03:00
parent a05663c59e
commit 54c79e4b2f
5 changed files with 40 additions and 21 deletions

View File

@ -33,6 +33,12 @@ void parse_outputs_json(char* json);
*/
void init_outputs(void);
/*
* free() all outputs data structures.
*
*/
void free_outputs(void);
/*
* Returns the output with the given name
*