i3bar: free output data structures
This commit is contained in:
@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user