aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-22 20:56:58 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-22 20:56:58 +0000
commitdd4a3b24fc5b0d6e38e87b3a3c1bc0a47bdc9700 (patch)
treecb3ddc18839217458254cf79a484723b2fe16863 /tmux.h
parentddad0be5f773978c09e7c86ad79596ce7af9ec71 (diff)
downloadrtmux-dd4a3b24fc5b0d6e38e87b3a3c1bc0a47bdc9700.tar.gz
rtmux-dd4a3b24fc5b0d6e38e87b3a3c1bc0a47bdc9700.tar.bz2
rtmux-dd4a3b24fc5b0d6e38e87b3a3c1bc0a47bdc9700.zip
tty_write is relatively short and the only function left in tty-write.c so move
it into tty.c.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tmux.h b/tmux.h
index d8d1c659..70c5a4b8 100644
--- a/tmux.h
+++ b/tmux.h
@@ -791,7 +791,6 @@ struct tty_ctx {
u_int orupper;
u_int orlower;
};
-typedef void tty_cmd_func(struct tty *, struct tty_ctx *);
/* Client connection. */
struct client {
@@ -1077,9 +1076,6 @@ 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 *,
struct options *, const struct set_option_entry *, char *);