Match definition with declaration
This commit is contained in:
parent
2d73491a41
commit
eda741d177
|
@ -59,6 +59,6 @@ void free_cmd_results(struct cmd_results *results);
|
||||||
*/
|
*/
|
||||||
const char *cmd_results_to_json(struct cmd_results *results);
|
const char *cmd_results_to_json(struct cmd_results *results);
|
||||||
|
|
||||||
void remove_view_from_scratchpad();
|
void remove_view_from_scratchpad(swayc_t *);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue