view src/pop3-login/pop3-proxy.h @ 22649:bb7c452e3662

director: Include peak output buffer size in director connection log messages
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Sun, 05 Nov 2017 22:27:41 +0200
parents dce69a67f3b2
children
line wrap: on
line source

#ifndef POP3_PROXY_H
#define POP3_PROXY_H

void pop3_proxy_reset(struct client *client);
int pop3_proxy_parse_line(struct client *client, const char *line);

void pop3_proxy_error(struct client *client, const char *text);
const char *pop3_proxy_get_state(struct client *client);

#endif