diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-25 17:44:25 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-25 17:44:25 +0000 |
commit | 9f06104c3a56ad5ea2070317b776dfa84f213ffb (patch) | |
tree | 913bd06503c6e67613b71c8bd894e702b715268b /tmux.h | |
parent | 4df168c9862acfb8de32cd6c57bfdf48b8c43372 (diff) | |
download | rtmux-9f06104c3a56ad5ea2070317b776dfa84f213ffb.tar.gz rtmux-9f06104c3a56ad5ea2070317b776dfa84f213ffb.tar.bz2 rtmux-9f06104c3a56ad5ea2070317b776dfa84f213ffb.zip |
has-session command.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 <nicm@users.sourceforge.net> @@ -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; |