view src/pop3-login/pop3-proxy.h @ 22325:e01bc3015b2f

lib-index: Check .log.2 rotation only when syncing Instead of also whenever appending transactions to .log file. This shouldn't change the behavior much, and it's needed for the following change to work correctly.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Tue, 11 Jul 2017 15:33:56 +0300
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