summaryrefslogtreecommitdiffstats
path: root/control.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-09-03 09:32:38 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-09-03 09:32:38 +0000
commit9247c90d69c3efeeda7c7baa5c1ff82fb09da836 (patch)
treed29d16aa0895c031fc4ddd2e4f457ea90c29ab12 /control.c
parenta679a4a7081b8efdf90445ad14e87f9c6b1fe964 (diff)
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 3dc7bc2a..c0d9e812 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