summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 1e8e37a3..0720b25b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1490,7 +1490,7 @@ void window_choose_vadd(
void printflike3 window_choose_add(
struct window_pane *, int, const char *, ...);
void window_choose_ready(struct window_pane *,
- u_int, void (*)(void *, int), void *);
+ u_int, void (*)(void *, int), void (*)(void *), void *);
/* names.c */
void set_window_names(void);