aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-01-25 19:00:10 +0000
committerTiago Cunha <tcunha@gmx.com>2009-01-25 19:00:10 +0000
commitf62ed6aaa3db43e521e9a3f268d32a93ce20a271 (patch)
treed96cb4d32cb7cb11865f4bb9cad252e8f21738f5 /tmux.h
parentd60ad6f483ddbe8ee2458aaef37b6f38140d63f5 (diff)
downloadrtmux-f62ed6aaa3db43e521e9a3f268d32a93ce20a271.tar.gz
rtmux-f62ed6aaa3db43e521e9a3f268d32a93ce20a271.tar.bz2
rtmux-f62ed6aaa3db43e521e9a3f268d32a93ce20a271.zip
load-buffer 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 f2bb8c12..4a018911 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.249 2009-01-25 18:51:28 tcunha Exp $ */
+/* $Id: tmux.h,v 1.250 2009-01-25 19:00:10 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1124,6 +1124,7 @@ extern const struct cmd_entry cmd_list_commands_entry;
extern const struct cmd_entry cmd_list_keys_entry;
extern const struct cmd_entry cmd_list_sessions_entry;
extern const struct cmd_entry cmd_list_windows_entry;
+extern const struct cmd_entry cmd_load_buffer_entry;
extern const struct cmd_entry cmd_lock_server_entry;
extern const struct cmd_entry cmd_move_window_entry;
extern const struct cmd_entry cmd_new_session_entry;