aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
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 af3dddb9..61bb717c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1357,6 +1357,7 @@ struct client {
void (*identify_callback)(struct client *,
struct window_pane *);
void *identify_callback_data;
+ struct cmdq_item *identify_callback_item;
char *message_string;
struct event message_timer;