=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.49 retrieving revision 1.50 diff -c -r1.49 -r1.50 *** src/usr.bin/tmux/tmux.h 2009/07/22 20:53:38 1.49 --- src/usr.bin/tmux/tmux.h 2009/07/22 20:56:58 1.50 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.49 2009/07/22 20:53:38 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.50 2009/07/22 20:56:58 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 791,797 **** u_int orupper; u_int orlower; }; - typedef void tty_cmd_func(struct tty *, struct tty_ctx *); /* Client connection. */ struct client { --- 791,796 ---- *************** *** 1076,1084 **** void tty_keys_init(struct tty *); void tty_keys_free(struct tty *); int tty_keys_next(struct tty *, int *, u_char *); - - /* tty-write.c */ - void tty_write(tty_cmd_func *, struct tty_ctx *); /* options-cmd.c */ void set_option_string(struct cmd_ctx *, --- 1075,1080 ----