diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-10-15 21:53:30 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2012-10-15 21:53:30 +0000 |
commit | c695c0c085ea7a603f740479eccdc2cf7836e626 (patch) | |
tree | 8825d80dde1f589f8193a2dc05497e25905c943b /cmd-swap-window.c | |
parent | 6589120667587f2d5c6f59f9faf4bda584a9f602 (diff) | |
download | rtmux-c695c0c085ea7a603f740479eccdc2cf7836e626.tar.gz rtmux-c695c0c085ea7a603f740479eccdc2cf7836e626.tar.bz2 rtmux-c695c0c085ea7a603f740479eccdc2cf7836e626.zip |
Fix some function prototypes from Helmut Tessarek.
Diffstat (limited to 'cmd-swap-window.c')
-rw-r--r-- | cmd-swap-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-swap-window.c b/cmd-swap-window.c index afd55e0b..b2e2c119 100644 --- a/cmd-swap-window.c +++ b/cmd-swap-window.c @@ -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", |