=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.121 retrieving revision 1.122 diff -c -r1.121 -r1.122 *** src/usr.bin/tmux/tmux.h 2009/10/06 07:19:32 1.121 --- src/usr.bin/tmux/tmux.h 2009/10/09 07:33:12 1.122 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.121 2009/10/06 07:19:32 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.122 2009/10/09 07:33:12 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1199,1205 **** void tty_resize(struct tty *); void tty_start_tty(struct tty *); void tty_stop_tty(struct tty *); - void tty_detect_utf8(struct tty *); void tty_set_title(struct tty *, const char *); void tty_update_mode(struct tty *, int); void tty_draw_line(struct tty *, struct screen *, u_int, u_int, u_int); --- 1199,1204 ----