Rework the IPC-Code

This commit is contained in:
Axel Wagner
2010-07-23 04:43:43 +02:00
parent 02df973564
commit fb2afacce3
7 changed files with 158 additions and 298 deletions

View File

@ -8,7 +8,7 @@ typedef struct i3_output_t i3_output;
i3_output* outputs;
void refresh_outputs();
void parse_outputs_json(char* json);
void free_outputs();
i3_output* get_output_by_name(char* name);