=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.593 retrieving revision 1.594 diff -u -r1.593 -r1.594 --- src/usr.bin/tmux/tmux.h 2015/11/27 15:06:43 1.593 +++ src/usr.bin/tmux/tmux.h 2015/12/07 09:47:41 1.594 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.593 2015/11/27 15:06:43 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.594 2015/12/07 09:47:41 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1757,6 +1757,7 @@ /* 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;