From e4a6cdefda66dbc7b4cab944975e5d9053e3f862 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 12 Nov 2007 14:21:41 +0000 Subject: kill-window command. --- tmux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 47cc66a3..1620c6fc 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.77 2007-11-09 11:02:01 nicm Exp $ */ +/* $Id: tmux.h,v 1.78 2007-11-12 14:21:41 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -571,6 +571,7 @@ extern const struct cmd_entry cmd_attach_session_entry; extern const struct cmd_entry cmd_bind_key_entry; extern const struct cmd_entry cmd_detach_session_entry; extern const struct cmd_entry cmd_has_session_entry; +extern const struct cmd_entry cmd_kill_session_entry; extern const struct cmd_entry cmd_kill_window_entry; extern const struct cmd_entry cmd_last_window_entry; extern const struct cmd_entry cmd_link_window_entry; -- cgit