=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.292 retrieving revision 1.293 diff -u -r1.292 -r1.293 --- src/usr.bin/tmux/tmux.h 2011/07/02 21:05:44 1.292 +++ src/usr.bin/tmux/tmux.h 2011/08/24 09:58:44 1.293 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.292 2011/07/02 21:05:44 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.293 2011/08/24 09:58:44 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1458,6 +1458,7 @@ void tty_cmd_reverseindex(struct tty *, const struct tty_ctx *); void tty_cmd_setselection(struct tty *, const struct tty_ctx *); void tty_cmd_rawstring(struct tty *, const struct tty_ctx *); +void tty_bell(struct tty *); /* tty-term.c */ extern struct tty_terms tty_terms;