summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2010-03-22 19:18:46 +0000
committernicm <nicm@openbsd.org>2010-03-22 19:18:46 +0000
commit2ffa487231c3136eec1807b5cdc1cc025a714563 (patch)
tree8a08cddd1010e3575f80a452c12c48ba1ebd27f3 /usr.bin/tmux/tmux.h
parentReset output functions too when changing client after attaching, to (diff)
downloadwireguard-openbsd-2ffa487231c3136eec1807b5cdc1cc025a714563.tar.xz
wireguard-openbsd-2ffa487231c3136eec1807b5cdc1cc025a714563.zip
Dead functions, lint.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index 0280868e068..49b763b107a 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.212 2010/03/22 19:10:42 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.213 2010/03/22 19:18:46 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1597,7 +1597,6 @@ void server_window_loop(void);
/* server-fn.c */
void server_fill_environ(struct session *, struct environ *);
-void server_write_error(struct client *, const char *);
void server_write_client(
struct client *, enum msgtype, const void *, size_t);
void server_write_session(