aboutsummaryrefslogtreecommitdiff
path: root/cmd-new-window.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2012-10-16 18:30:36 +0100
committerThomas Adam <thomas@xteddy.org>2012-10-16 18:30:36 +0100
commitd4dc52ec8451c51b8566ebbcfdb2210a556facdc (patch)
tree78bddf9141c16265271c99757e98f6d538abc32b /cmd-new-window.c
parenta91c5989717da36a78beacdc75ab96412ec791a2 (diff)
parentc695c0c085ea7a603f740479eccdc2cf7836e626 (diff)
downloadrtmux-d4dc52ec8451c51b8566ebbcfdb2210a556facdc.tar.gz
rtmux-d4dc52ec8451c51b8566ebbcfdb2210a556facdc.tar.bz2
rtmux-d4dc52ec8451c51b8566ebbcfdb2210a556facdc.zip
Merge branch 'obsd-master'
Sync from OpenBSD.
Diffstat (limited to 'cmd-new-window.c')
-rw-r--r--cmd-new-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-new-window.c b/cmd-new-window.c
index 81919439..f8a76120 100644
--- a/cmd-new-window.c
+++ b/cmd-new-window.c
@@ -26,7 +26,7 @@
* Create a new window.
*/
-int cmd_new_window_exec(struct cmd *, struct cmd_ctx *);
+enum cmd_retval cmd_new_window_exec(struct cmd *, struct cmd_ctx *);
const struct cmd_entry cmd_new_window_entry = {
"new-window", "neww",