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 /cmd.c | |
parent | 4df168c9862acfb8de32cd6c57bfdf48b8c43372 (diff) | |
download | rtmux-9f06104c3a56ad5ea2070317b776dfa84f213ffb.tar.gz rtmux-9f06104c3a56ad5ea2070317b776dfa84f213ffb.tar.bz2 rtmux-9f06104c3a56ad5ea2070317b776dfa84f213ffb.zip |
has-session command.
Diffstat (limited to 'cmd.c')
-rw-r--r-- | cmd.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: cmd.c,v 1.19 2007-10-23 09:36:19 nicm Exp $ */ +/* $Id: cmd.c,v 1.20 2007-10-25 17:44:24 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -27,6 +27,7 @@ const struct cmd_entry *cmd_table[] = { &cmd_attach_session_entry, &cmd_bind_key_entry, &cmd_detach_session_entry, + &cmd_has_session_entry, &cmd_kill_window_entry, &cmd_last_window_entry, &cmd_list_clients_entry, |