aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-03 05:10:38 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-03 05:10:38 +0000
commiteaee4dc800734a8ccebb78af02440a8e3d7769bd (patch)
treef69744d3896c8fd3fa03a0fd7ec7132357aae4f0 /tmux.h
parent48490b14da295726a8e87ea105051c28d232df2e (diff)
downloadrtmux-eaee4dc800734a8ccebb78af02440a8e3d7769bd.tar.gz
rtmux-eaee4dc800734a8ccebb78af02440a8e3d7769bd.tar.bz2
rtmux-eaee4dc800734a8ccebb78af02440a8e3d7769bd.zip
Quick and dirty kill-server 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 646c6ff5..b56f44cf 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.120 2008-06-02 22:09:49 nicm Exp $ */
+/* $Id: tmux.h,v 1.121 2008-06-03 05:10:38 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -737,6 +737,7 @@ extern const struct cmd_entry cmd_bind_key_entry;
extern const struct cmd_entry cmd_copy_mode_entry;
extern const struct cmd_entry cmd_detach_client_entry;
extern const struct cmd_entry cmd_has_session_entry;
+extern const struct cmd_entry cmd_kill_server_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;