=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.380 retrieving revision 1.381 diff -c -r1.380 -r1.381 *** src/usr.bin/tmux/tmux.h 2013/03/21 16:19:25 1.380 --- src/usr.bin/tmux/tmux.h 2013/03/21 16:50:22 1.381 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.380 2013/03/21 16:19:25 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.381 2013/03/21 16:50:22 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1674,1680 **** const char *tty_acs_get(struct tty *, u_char); /* tty-keys.c */ ! void tty_keys_init(struct tty *); void tty_keys_free(struct tty *); int tty_keys_next(struct tty *); --- 1674,1680 ---- const char *tty_acs_get(struct tty *, u_char); /* tty-keys.c */ ! void tty_keys_build(struct tty *); void tty_keys_free(struct tty *); int tty_keys_next(struct tty *);