commit eda741d177b784024e9d6c5d7fbcc67a41957bab parent 2d73491a41b100151cf4cb795e7658e17b551785 Author: Tomáš Čech <sleep_walker@suse.com> Date: Mon, 23 May 2016 14:42:03 +0200 Match definition with declaration Diffstat:
| M | include/commands.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/commands.h b/include/commands.h @@ -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