Send notifications to control clients. Also don't redraw client when

suspended.
This commit is contained in:
Nicholas Marriott
2012-09-03 09:32:38 +00:00
committed by Thomas Adam
parent 0304555184
commit 41a448193f
5 changed files with 206 additions and 9 deletions

View File

@ -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