aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-12-07 10:01:09 +0000
committerThomas Adam <thomas@xteddy.org>2015-12-07 10:01:09 +0000
commitbac8c723812a6ea5313aa9c1a06718271aeb2f8c (patch)
treea3c6f2992470e2d419d22f596dc4abf6ceebd508 /tmux.h
parent8ae9329aa83dd0772c904a7172de12c0a1aadd7a (diff)
parentb9563340b7e9f516f77e674791e7635e948ca7fa (diff)
downloadrtmux-bac8c723812a6ea5313aa9c1a06718271aeb2f8c.tar.gz
rtmux-bac8c723812a6ea5313aa9c1a06718271aeb2f8c.tar.bz2
rtmux-bac8c723812a6ea5313aa9c1a06718271aeb2f8c.zip
Merge branch 'obsd-master'
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;