cmd-idle.c revision 5fcc2aa187730d1de013d68faf01af11a1004630
1ac7c8e9040e0d0b7e9f849e45b94bfe919595a9Timo Sirainen/* Copyright (c) 2002-2010 Dovecot authors, see the included COPYING file */
1ac7c8e9040e0d0b7e9f849e45b94bfe919595a9Timo Sirainenstatic void idle_add_keepalive_timeout(struct cmd_idle_context *ctx);
1ac7c8e9040e0d0b7e9f849e45b94bfe919595a9Timo Sirainenstatic bool cmd_idle_continue(struct client_command_context *cmd);
1ac7c8e9040e0d0b7e9f849e45b94bfe919595a9Timo Sirainenidle_finish(struct cmd_idle_context *ctx, bool done_ok, bool free_cmd)
if (done_ok)
if (free_cmd)
char *line;
if (interval == 0)
return TRUE;
return FALSE;
return FALSE;
return TRUE;
return FALSE;
return FALSE;