aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-25 17:44:25 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-25 17:44:25 +0000
commit9f06104c3a56ad5ea2070317b776dfa84f213ffb (patch)
tree913bd06503c6e67613b71c8bd894e702b715268b /tmux.h
parent4df168c9862acfb8de32cd6c57bfdf48b8c43372 (diff)
downloadrtmux-9f06104c3a56ad5ea2070317b776dfa84f213ffb.tar.gz
rtmux-9f06104c3a56ad5ea2070317b776dfa84f213ffb.tar.bz2
rtmux-9f06104c3a56ad5ea2070317b776dfa84f213ffb.zip
has-session command.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
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 <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;