summaryrefslogtreecommitdiffstats
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 0808a30c..a1e16955 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1757,6 +1757,7 @@ const char *key_string_lookup_key(key_code);
/* alerts.c */
void alerts_reset_all(void);
void alerts_queue(struct window *, int);
+void alerts_check_session(struct session *);
/* server.c */
extern struct tmuxproc *server_proc;