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 2a0412ba..d6bfcc4b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1284,6 +1284,7 @@ void server_redraw_window(struct window *);
void server_status_window(struct window *);
void server_lock(void);
int server_unlock(const char *);
+void server_kill_window(struct window *);
/* status.c */
int status_redraw(struct client *);