mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Fix some function prototypes from Helmut Tessarek.
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
* Swap one window with another.
|
||||
*/
|
||||
|
||||
int cmd_swap_window_exec(struct cmd *, struct cmd_ctx *);
|
||||
enum cmd_retval cmd_swap_window_exec(struct cmd *, struct cmd_ctx *);
|
||||
|
||||
const struct cmd_entry cmd_swap_window_entry = {
|
||||
"swap-window", "swapw",
|
||||
|
Reference in New Issue
Block a user