diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-09-03 09:32:38 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2012-09-04 22:36:47 +0100 |
commit | 41a448193f2cce87c9e7125f7a71e19acb928604 (patch) | |
tree | 9448f8a1988f10e76d6870acc9a8c61a45285306 /control.c | |
parent | 03045551849f139076e95fcdc71dc28dc8459db2 (diff) | |
download | rtmux-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |