The other client_proxy_*_failed() should be used instead.
e_info(login_proxy_get_event(client->login_proxy), "%s", str_c(str));
}
-void client_proxy_failed(struct client *client, bool send_line)
+static void client_proxy_failed(struct client *client, bool send_line)
{
if (send_line)
client_proxy_error(client, PROXY_FAILURE_MSG);
void client_proxy_finish_destroy_client(struct client *client);
void client_proxy_log_failure(struct client *client, const char *line);
-void client_proxy_failed(struct client *client, bool send_line);
const char *client_proxy_get_state(struct client *client);
void clients_notify_auth_connected(void);