mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
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 New Issue
Block a user