aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-06-17 20:01:12 +0100
committerThomas Adam <thomas@xteddy.org>2015-06-17 20:01:12 +0100
commit21a2ccc5f16be454ed7a2fd47e65a51d5faa4597 (patch)
tree8e58252b5da492a2e4e0ed5fdc35e098ca05bfc1 /tmux.h
parenta584e11d6bb5d2ab0e0476f6c1a821e865597053 (diff)
parent84f0622c852761a2d6688e944bc01a03af78c52a (diff)
downloadrtmux-21a2ccc5f16be454ed7a2fd47e65a51d5faa4597.tar.gz
rtmux-21a2ccc5f16be454ed7a2fd47e65a51d5faa4597.tar.bz2
rtmux-21a2ccc5f16be454ed7a2fd47e65a51d5faa4597.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index b0d009d8..f0fef0d5 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2170,6 +2170,7 @@ struct window_pane *window_pane_find_right(struct window_pane *);
void window_set_name(struct window *, const char *);
void window_remove_ref(struct window *);
void winlink_clear_flags(struct winlink *);
+int winlink_shuffle_up(struct session *, struct winlink *);
/* layout.c */
u_int layout_count_cells(struct layout_cell *);