summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-12-19 10:01:26 +0000
committerThomas Adam <thomas@xteddy.org>2019-12-19 10:01:26 +0000
commit745233d6a1ccb548a9807993ee4330baadec46bb (patch)
tree38955037763f6d762014407c29d2fbf2493e9a6a /tmux.h
parent54efe337993b5571728a09b247c7f39d493659a8 (diff)
parent1764f66b7d1ed0e494cfa8967c78ace8728ee86c (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 96b4e397..37d3346c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2136,8 +2136,8 @@ struct cmdq_item *cmdq_get_command(struct cmd_list *, struct cmd_find_state *,
#define cmdq_get_callback(cb, data) cmdq_get_callback1(#cb, cb, data)
struct cmdq_item *cmdq_get_callback1(const char *, cmdq_cb, void *);
struct cmdq_item *cmdq_get_error(const char *);
-void cmdq_insert_after(struct cmdq_item *, struct cmdq_item *);
-void cmdq_append(struct client *, struct cmdq_item *);
+struct cmdq_item *cmdq_insert_after(struct cmdq_item *, struct cmdq_item *);
+struct cmdq_item *cmdq_append(struct client *, struct cmdq_item *);
void cmdq_insert_hook(struct session *, struct cmdq_item *,
struct cmd_find_state *, const char *, ...);
void cmdq_continue(struct cmdq_item *);