aboutsummaryrefslogtreecommitdiff
path: root/control.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-09-03 09:32:38 +0000
committerThomas Adam <thomas@xteddy.org>2012-09-04 22:36:47 +0100
commit41a448193f2cce87c9e7125f7a71e19acb928604 (patch)
tree9448f8a1988f10e76d6870acc9a8c61a45285306 /control.c
parent03045551849f139076e95fcdc71dc28dc8459db2 (diff)
downloadrtmux-41a448193f2cce87c9e7125f7a71e19acb928604.tar.gz
rtmux-41a448193f2cce87c9e7125f7a71e19acb928604.tar.bz2
rtmux-41a448193f2cce87c9e7125f7a71e19acb928604.zip
Send notifications to control clients. Also don't redraw client when
suspended.
Diffstat (limited to 'control.c')
-rw-r--r--control.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/control.c b/control.c
index c8adc57d..91972261 100644
--- a/control.c
+++ b/control.c
@@ -28,7 +28,6 @@
void printflike2 control_msg_error(struct cmd_ctx *, const char *, ...);
void printflike2 control_msg_print(struct cmd_ctx *, const char *, ...);
void printflike2 control_msg_info(struct cmd_ctx *, const char *, ...);
-void printflike2 control_write(struct client *, const char *, ...);
/* Command error callback. */
void printflike2