aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-01-16 02:01:10 +0000
committerThomas Adam <thomas@xteddy.org>2016-01-16 02:01:10 +0000
commit5d21faa99c9a005208e88be72ef2c1e02cf6d128 (patch)
tree7989248cab6f1c676b4cfe969cd578c9f660b7fe /tmux.h
parent506adf376478c28a8ac50768cedc067fdd089483 (diff)
parentc9815307ebe8b729504d383904ae3ef3b862cf11 (diff)
downloadrtmux-5d21faa99c9a005208e88be72ef2c1e02cf6d128.tar.gz
rtmux-5d21faa99c9a005208e88be72ef2c1e02cf6d128.tar.bz2
rtmux-5d21faa99c9a005208e88be72ef2c1e02cf6d128.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index a2e7b450..20e04097 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1782,6 +1782,8 @@ void cmd_find_copy_state(struct cmd_find_state *,
void cmd_find_log_state(const char *, struct cmd_find_state *);
int cmd_find_from_session(struct cmd_find_state *,
struct session *);
+int cmd_find_from_winlink(struct cmd_find_state *,
+ struct session *, struct winlink *);
int cmd_find_from_window(struct cmd_find_state *, struct window *);
int cmd_find_from_pane(struct cmd_find_state *,
struct window_pane *);