aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-12-07 12:51:20 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-12-07 12:51:20 +0000
commit8383409e88007ae70a21dcf55f80085df58556b5 (patch)
tree0d7e2f0f13527c8e1de5ccd9e7c2d00a277f09fb /tmux.h
parentd20a3ef57c1571898bb351f1f9287114be0aa419 (diff)
parentbac8c723812a6ea5313aa9c1a06718271aeb2f8c (diff)
downloadrtmux-8383409e88007ae70a21dcf55f80085df58556b5.tar.gz
rtmux-8383409e88007ae70a21dcf55f80085df58556b5.tar.bz2
rtmux-8383409e88007ae70a21dcf55f80085df58556b5.zip
Merge branch 'master' of github.com:tmux/tmux
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 0e746d3b..84c441f4 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1759,6 +1759,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;