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 13600f6c..5beebe32 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1361,6 +1361,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;