aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-04-21 20:01:18 +0100
committerThomas Adam <thomas@xteddy.org>2017-04-21 20:01:18 +0100
commit1f209ed030f9879d873d10341171889af08ae070 (patch)
tree5729e3f2f1e423310eaf19a5fe3a54b5756533bb /tmux.h
parentc376c5a817973f176894c7ee11bb5675affb3be4 (diff)
parent3c876235cc2d0d36f961e1f026f9feaf5cd22b73 (diff)
downloadrtmux-1f209ed030f9879d873d10341171889af08ae070.tar.gz
rtmux-1f209ed030f9879d873d10341171889af08ae070.tar.bz2
rtmux-1f209ed030f9879d873d10341171889af08ae070.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index be9e7c9e..5f665f8a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -43,7 +43,6 @@ extern char **environ;
struct args;
struct client;
struct cmdq_item;
-struct cmdq_subitem;
struct cmdq_list;
struct environ;
struct input_ctx;
@@ -1748,15 +1747,17 @@ int cmd_find_valid_state(struct cmd_find_state *);
void cmd_find_copy_state(struct cmd_find_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 *,
+void cmd_find_from_session(struct cmd_find_state *,
struct session *);
-int cmd_find_from_winlink(struct cmd_find_state *,
+void cmd_find_from_winlink(struct cmd_find_state *,
struct winlink *);
int cmd_find_from_session_window(struct cmd_find_state *,
struct session *, struct window *);
int cmd_find_from_window(struct cmd_find_state *, struct window *);
int cmd_find_from_pane(struct cmd_find_state *,
struct window_pane *);
+void cmd_find_from_winlink_pane(struct cmd_find_state *,
+ struct winlink *, struct window_pane *);
/* cmd.c */
int cmd_pack_argv(int, char **, char *, size_t);