1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-05-28 05:46:28 +02:00

Match definition with declaration

This commit is contained in:
Tomáš Čech 2016-05-23 14:42:03 +02:00
parent 2d73491a41
commit eda741d177

View File

@ -59,6 +59,6 @@ void free_cmd_results(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