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
parent a679a4a708
commit 9247c90d69
6 changed files with 207 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