From 9f06104c3a56ad5ea2070317b776dfa84f213ffb Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 25 Oct 2007 17:44:25 +0000 Subject: has-session command. --- tmux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 54998e44..fc02963c 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.69 2007-10-24 15:40:59 nicm Exp $ */ +/* $Id: tmux.h,v 1.70 2007-10-25 17:44:24 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -531,6 +531,7 @@ char *cmd_recv_string(struct buffer *); 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_window_entry; extern const struct cmd_entry cmd_last_window_entry; extern const struct cmd_entry cmd_list_clients_entry; -- cgit