From c695c0c085ea7a603f740479eccdc2cf7836e626 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 15 Oct 2012 21:53:30 +0000 Subject: Fix some function prototypes from Helmut Tessarek. --- cmd-new-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd-new-window.c') diff --git a/cmd-new-window.c b/cmd-new-window.c index 1d9a1e66..2f111935 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", -- cgit