i3bar: Fix prototypes (thx sECuRE)
This commit is contained in:
parent
6b1dce27f7
commit
94d55f34e1
|
@ -21,7 +21,7 @@ TAILQ_HEAD(ws_head, i3_ws);
|
||||||
* Start parsing the received json-string
|
* Start parsing the received json-string
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
void parse_workspaces_json();
|
void parse_workspaces_json(char *json);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* free() all workspace data-structures
|
* free() all workspace data-structures
|
||||||
|
|
|
@ -31,7 +31,7 @@ typedef struct xcb_colors_t xcb_colors_t;
|
||||||
* Initialize xcb and use the specified fontname for text-rendering
|
* Initialize xcb and use the specified fontname for text-rendering
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
char *init_xcb();
|
char *init_xcb(char *fontname);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Initialize the colors
|
* Initialize the colors
|
||||||
|
|
Loading…
Reference in New Issue